X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=makefile;h=fffdc6be283639f3d8203338bd71ef4e0e775b32;hb=d12cae41ad6458d8f505e6520170720c534548f9;hp=4a47b1280e8dd2da80be5144afb6340c04ae2a0c;hpb=3654bfe5eca40124f490efea3f85677a3c2f87f1;p=16.git diff --git a/makefile b/makefile index 4a47b128..fffdc6be 100755 --- a/makefile +++ b/makefile @@ -235,7 +235,6 @@ DOSLIBTESTEXEC = & opltest.exe SPRIUTILEXEC = & pcx2vrl & - png2vrl & pcxsscut & vrl2vrs & vrsdump & @@ -502,8 +501,9 @@ clean: .symbolic @if exist *.EXE $(REMOVECOMMAND) *.EXE @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 vrl2vrs wmake -s -h vrl2vrs + @if not exist pcx2vrl 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 @@ -747,7 +747,16 @@ vrl: .symbolic $(SPRIUTILEXEC): @cd $(DOSLIB_VGA:$(to_os_path)) #@make clean - @make all + ####@make all + @make pcx2vrl + @make vrl2vrs + @for %f in ($(SPRIUTILEXEC)) do @if exist %f $(COPYCOMMAND) %f $(BUILD_ROOT)#/ + @cd $(BUILD_ROOT) + +png2vrl: .symbolic + @cd $(DOSLIB_VGA:$(to_os_path)) + #@make clean + @make png2vrl @for %f in ($(SPRIUTILEXEC)) do @if exist %f $(COPYCOMMAND) %f $(BUILD_ROOT)#/ @cd $(BUILD_ROOT) !endif