From: sparky4 Date: Wed, 8 May 2019 16:42:56 +0000 (-0500) Subject: fixed the issue with compiling in dos in 1.9 and 2.0. only 1.9 linux fails for some... X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=commitdiff_plain;h=a132cdfe01b7be3fa915419b84e09358c1bcfaf6;hp=54460b8770fffd34cf39929bb4c718175e9317c8 fixed the issue with compiling in dos in 1.9 and 2.0. only 1.9 linux fails for some reason wmake comp fails in dos --- diff --git a/makefile b/makefile index bbc64e1b..c0f1ecb0 100755 --- a/makefile +++ b/makefile @@ -578,11 +578,11 @@ initscript: .symbolic comp: .symbolic - @*upx -9 *.exe#$(EXEC) + @if exist *.exe @upx -9 *.exe#$(EXEC) @wmake -s -h e2exe comq: .symbolic - @*upx -9 $(UPXQ) *.exe#$(EXEC) + @if exist *.exe @upx -9 $(UPXQ) *.exe#$(EXEC) @wmake -s -h e2exe exe2e: .symbolic