diff options
author | Eli Zaretskii <eliz@gnu.org> | 1997-08-27 11:44:29 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 1997-08-27 11:44:29 +0000 |
commit | 456f382cc6b92e04b262fc667696fd0ecc6f1e70 (patch) | |
tree | 4794398f0d4a7b6cbf2125f54f7b0bdf476bd4e3 /config.bat | |
parent | d00e55129dec3394c995f9150e45108c28a85811 (diff) | |
download | emacs-456f382cc6b92e04b262fc667696fd0ecc6f1e70.tar.gz |
If src/_gdbinit doesn't exist, try using src/.gdbinit to create it (for
building on Windows 95).
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
|