Revision | a132cdfe01b7be3fa915419b84e09358c1bcfaf6 (tree) |
---|---|
Time | 2019-05-09 01:42:56 |
Author | ![]() |
Commiter | sparky4 |
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
@@ -578,11 +578,11 @@ initscript: .symbolic | ||
578 | 578 | |
579 | 579 | |
580 | 580 | comp: .symbolic |
581 | - @*upx -9 *.exe#$(EXEC) | |
581 | + @if exist *.exe @upx -9 *.exe#$(EXEC) | |
582 | 582 | @wmake -s -h e2exe |
583 | 583 | |
584 | 584 | comq: .symbolic |
585 | - @*upx -9 $(UPXQ) *.exe#$(EXEC) | |
585 | + @if exist *.exe @upx -9 $(UPXQ) *.exe#$(EXEC) | |
586 | 586 | @wmake -s -h e2exe |
587 | 587 | |
588 | 588 | exe2e: .symbolic |