Revision | 2693d181d1574be296f99e648ca4c138bdbeb11f (tree) |
---|---|
Time | 2021-09-23 14:46:50 |
Author | ![]() |
Commiter | sparky4 |
fixed some things cant compile png2vrl.c
@@ -235,7 +235,6 @@ DOSLIBTESTEXEC = & | ||
235 | 235 | opltest.exe |
236 | 236 | SPRIUTILEXEC = & |
237 | 237 | pcx2vrl & |
238 | - png2vrl & | |
239 | 238 | pcxsscut & |
240 | 239 | vrl2vrs & |
241 | 240 | vrsdump & |
@@ -502,8 +501,9 @@ clean: .symbolic | ||
502 | 501 | @if exist *.EXE $(REMOVECOMMAND) *.EXE |
503 | 502 | @if exist *.OBJ $(REMOVECOMMAND) *.OBJ |
504 | 503 | #@for %f in ($(SPRIUTILEXEC)) do @if exist %f $(REMOVECOMMAND) %f |
505 | - @if not exist vrl2vrs wmake -s -h pcx2vrl | |
506 | - ####++++@if not exist png2vrl wmake -s -h png2vrl | |
504 | + @if not exist vrl2vrs wmake -s -h vrl2vrs | |
505 | + @if not exist pcx2vrl wmake -s -h pcx2vrl | |
506 | + #@if not exist png2vrl wmake -s -h png2vrl | |
507 | 507 | @if not exist dro2imf wmake -s -h drotoimf |
508 | 508 | @if not exist raw2vgm wmake -s -h vgmtools |
509 | 509 | !else |
@@ -747,7 +747,9 @@ vrl: .symbolic | ||
747 | 747 | $(SPRIUTILEXEC): |
748 | 748 | @cd $(DOSLIB_VGA:$(to_os_path)) |
749 | 749 | #@make clean |
750 | - @make all | |
750 | + ####@make all | |
751 | + @make pcx2vrl | |
752 | + @make vrl2vrs | |
751 | 753 | @for %f in ($(SPRIUTILEXEC)) do @if exist %f $(COPYCOMMAND) %f $(BUILD_ROOT)#/ |
752 | 754 | @cd $(BUILD_ROOT) |
753 | 755 | !endif |