]> 4ch.mooo.com Git - 16.git/blobdiff - makefile
pcxtest.exe and pcxtest2.exe compiles but we are unable to test because of compiling...
[16.git] / makefile
index 948387a6e6df33c800caa165edaa6121255a65bc..929fd8e9d2213a5b0ce7e124fdd870dcb73393d5 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -619,7 +619,7 @@ wwwdo: .symbolic
 
 wwwext: .symbolic
        @wmake -s -h wwwext2
-       #@wmake -s -h wwwext1
+       @wmake -s -h wwwext1
 
 wwwext1: .symbolic
        ####----@ssh -p $(HOSTPORT) $(HOSTUSER)@$(HOSTADDR) 'rm -f $(HOSTDIR)/16/*exe*'
@@ -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