]> 4ch.mooo.com Git - 16.git/blobdiff - makefile
buggy function commented out now works on both versions of exmmtest
[16.git] / makefile
index 45ce150647bc7a7bfad1619cc11f4a58e786d613..4a47b1280e8dd2da80be5144afb6340c04ae2a0c 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -235,6 +235,7 @@ DOSLIBTESTEXEC = &
        opltest.exe
 SPRIUTILEXEC = &
        pcx2vrl &
+       png2vrl &
        pcxsscut &
        vrl2vrs &
        vrsdump &
@@ -502,6 +503,7 @@ clean: .symbolic
        @if exist *.OBJ $(REMOVECOMMAND) *.OBJ
        #@for %f in ($(SPRIUTILEXEC)) do @if exist %f $(REMOVECOMMAND) %f
        @if not exist vrl2vrs wmake -s -h pcx2vrl
+       ####++++@if not exist png2vrl wmake -s -h png2vrl
        @if not exist dro2imf wmake -s -h drotoimf
        @if not exist raw2vgm wmake -s -h vgmtools
 !else