X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=blobdiff_plain;f=makefile;h=fffdc6be283639f3d8203338bd71ef4e0e775b32;hp=948387a6e6df33c800caa165edaa6121255a65bc;hb=8d6b00ee556f24d69309f42bbdb76b21ab61f8c1;hpb=9540760f9429bfe71894c801e85cec95e3887f8c 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