]> 4ch.mooo.com Git - 16.git/commitdiff
fixed the issue with compiling in dos in 1.9 and 2.0. only 1.9 linux fails for some...
authorsparky4 <sparky4@cock.li>
Wed, 8 May 2019 16:42:56 +0000 (11:42 -0500)
committersparky4 <sparky4@cock.li>
Wed, 8 May 2019 16:42:56 +0000 (11:42 -0500)
makefile

index bbc64e1b20018ddf66fdcb8592e0bbd5f1fda614..c0f1ecb0c0580b09d65ca730644123125c7d76fd 100755 (executable)
--- 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