aboutsummaryrefslogtreecommitdiffstats
path: root/config.bat
diff options
context:
space:
mode:
Diffstat (limited to 'config.bat')
-rw-r--r--config.bat8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.bat b/config.bat
index 8e633a48d1f..f5e73928a9d 100644
--- a/config.bat
+++ b/config.bat
@@ -127,10 +127,10 @@ Rem ----------------------------------------------------------------------
127Echo Configuring the source directory... 127Echo Configuring the source directory...
128cd src 128cd src
129 129
130rem Create "paths.h" 130rem Create "epaths.h"
131sed -f ../msdos/sed4.inp <paths.in >paths.tmp 131sed -f ../msdos/sed4.inp <epaths.in >epaths.tmp
132update paths.tmp paths.h >nul 132update epaths.tmp epaths.h >nul
133rm -f paths.tmp 133rm -f epaths.tmp
134 134
135rem Create "config.h" 135rem Create "config.h"
136rm -f config.h2 config.tmp 136rm -f config.h2 config.tmp