X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=makefile;h=fffdc6be283639f3d8203338bd71ef4e0e775b32;hb=27341929f20173735232f3af6fe88a6176e2f7e6;hp=948387a6e6df33c800caa165edaa6121255a65bc;hpb=2693d181d1574be296f99e648ca4c138bdbeb11f;p=16.git diff --git a/makefile b/makefile index 948387a6..fffdc6be 100755 --- a/makefile +++ b/makefile @@ -752,4 +752,11 @@ $(SPRIUTILEXEC): @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