diff options
| author | Eli Zaretskii | 1997-08-27 11:44:29 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 1997-08-27 11:44:29 +0000 |
| commit | 456f382cc6b92e04b262fc667696fd0ecc6f1e70 (patch) | |
| tree | 4794398f0d4a7b6cbf2125f54f7b0bdf476bd4e3 | |
| parent | d00e55129dec3394c995f9150e45108c28a85811 (diff) | |
| download | emacs-456f382cc6b92e04b262fc667696fd0ecc6f1e70.tar.gz emacs-456f382cc6b92e04b262fc667696fd0ecc6f1e70.zip | |
If src/_gdbinit doesn't exist, try using src/.gdbinit to create it (for
building on Windows 95).
| -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 ---------------------------------------------------------------------- | |||
| 197 | Echo Configuring the main directory... | 197 | Echo Configuring the main directory... |
| 198 | If "%DJGPP_VER%" == "1" goto mainv1 | 198 | If "%DJGPP_VER%" == "1" goto mainv1 |
| 199 | Echo Looking for the GDB init file... | 199 | Echo Looking for the GDB init file... |
| 200 | If not Exist src\_gdbinit If Exist src\.gdbinit update src/.gdbinit src/_gdbinit | ||
| 200 | If Exist src\_gdbinit goto gdbinitOk | 201 | If Exist src\_gdbinit goto gdbinitOk |
| 201 | Echo ERROR: | 202 | Echo ERROR: |
| 202 | Echo I cannot find the GDB init file. It was called ".gdbinit" in | 203 | Echo I cannot find the GDB init file. It was called ".gdbinit" in |