We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 871c142 commit c68b6c5Copy full SHA for c68b6c5
build.bat
@@ -68,10 +68,10 @@ echo selects the German language. For available language see STRINGS\*.LNG
68
goto ende
69
70
:plainedt
71
-del config.h.build$$$ 2> NUL
72
-ren config.h config.h.build$$$ 2> NUL
+if exist config.$$$ del config.$$$
+ren config.h config.$$$
73
echo #define IGNORE_ENHANCED_INPUT >config.h
74
-type config.h.build$$$ >>config.h
+type config.$$$ >>config.h
75
shift
76
if not "%1" == "" goto loop_commandline
77
::goto run
@@ -222,5 +222,5 @@ set XNASM=
222
set LNG=
223
set WITH_UPX=
224
set CMD_NAME=
225
-if exist config.h.build$$$ del config.h
226
-if exist config.h.build$$$ ren config.h.build$$$ config.h
+if exist config.$$$ del config.h
+if exist config.$$$ ren config.$$$ config.h
0 commit comments