diff config.bat @ 19567:3f6f67f86a48

If src/_gdbinit doesn't exist, try using src/.gdbinit to create it (for building on Windows 95).
author Eli Zaretskii <eliz@gnu.org>
date Wed, 27 Aug 1997 11:44:29 +0000
parents 31e6205f80b6
children ff0f79a7b8b6
line wrap: on
line diff
--- a/config.bat	Wed Aug 27 07:12:29 1997 +0000
+++ b/config.bat	Wed Aug 27 11:44:29 1997 +0000
@@ -197,6 +197,7 @@
 Echo Configuring the main directory...
 If "%DJGPP_VER%" == "1" goto mainv1
 Echo Looking for the GDB init file...
+If not Exist src\_gdbinit If Exist src\.gdbinit update src/.gdbinit src/_gdbinit
 If Exist src\_gdbinit goto gdbinitOk
 Echo ERROR:
 Echo I cannot find the GDB init file.  It was called ".gdbinit" in