From 456f382cc6b92e04b262fc667696fd0ecc6f1e70 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 27 Aug 1997 11:44:29 +0000 Subject: [PATCH] If src/_gdbinit doesn't exist, try using src/.gdbinit to create it (for building on Windows 95). --- config.bat | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5