Skip to content

Commit c68b6c5

Browse files
committed
plainedt build - temp file needs to follow 8.3 convention
1 parent 871c142 commit c68b6c5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.bat

+5-5
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ echo selects the German language. For available language see STRINGS\*.LNG
6868
goto ende
6969

7070
:plainedt
71-
del config.h.build$$$ 2> NUL
72-
ren config.h config.h.build$$$ 2> NUL
71+
if exist config.$$$ del config.$$$
72+
ren config.h config.$$$
7373
echo #define IGNORE_ENHANCED_INPUT >config.h
74-
type config.h.build$$$ >>config.h
74+
type config.$$$ >>config.h
7575
shift
7676
if not "%1" == "" goto loop_commandline
7777
::goto run
@@ -222,5 +222,5 @@ set XNASM=
222222
set LNG=
223223
set WITH_UPX=
224224
set CMD_NAME=
225-
if exist config.h.build$$$ del config.h
226-
if exist config.h.build$$$ ren config.h.build$$$ config.h
225+
if exist config.$$$ del config.h
226+
if exist config.$$$ ren config.$$$ config.h

0 commit comments

Comments
 (0)