diff options
Diffstat (limited to 'config.bat')
-rw-r--r-- | config.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.bat b/config.bat index 7216c5ba017..08b3d0030be 100644 --- a/config.bat +++ b/config.bat @@ -197,6 +197,7 @@ rem ---------------------------------------------------------------------- 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
|