If src/_gdbinit doesn't exist, try using src/.gdbinit to create it (for
building on Windows 95).
This commit is contained in:
parent
d00e55129d
commit
456f382cc6
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue