]> 4ch.mooo.com Git - 16.git/commitdiff
wwww
authorsparky4 <sparky4@cock.li>
Mon, 11 Apr 2016 15:05:50 +0000 (10:05 -0500)
committersparky4 <sparky4@cock.li>
Mon, 11 Apr 2016 15:05:50 +0000 (10:05 -0500)
makefile
spri.bat [new file with mode: 0755]

index 42630f87d81d18a7bf0af271ec2189e12aed1395..8657cc0c20bb98b77e830b251a0f6003eeaf8236 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -520,5 +520,4 @@ mx_: .symbolic
        @cd $(PDIR)$(PDIR)
 
 ed: .symbolic
-@$(DOSLIB)hw$(DIRSEP)vga$(DIRSEP)dos86l$(DIRSEP)pcxsscut -s $(SPRI)ptmp.sht -hc $(SPRI)ptmp.h -hp $(SPRI)demoanim_ptmp_ -i $(DATADIR)ptmp.pcx -p $(SPRI)ptmp.pal -tc 0x84 -y # run from subdirectory where output will not be committed accidentally
-@$(DOSLIB)hw$(DIRSEP)vga$(DIRSEP)dos86l$(DIRSEP)vrl2vrs -s $(SPRI)ptmp.sht -hc $(SPRI)ptmps.h -hp $(SPRI)demoanim_ptmp_ -o $(SPRI)ptmp.vrs # run from same subdirectory
+@call spri.bat
diff --git a/spri.bat b/spri.bat
new file mode 100755 (executable)
index 0000000..e9f55e5
--- /dev/null
+++ b/spri.bat
@@ -0,0 +1,2 @@
+src\lib\doslib\hw\vga\dos86l\pcxsscut -s data\spri\ptmp.sht -hc data\spri\ptmp.h -hp data\spri\demoanim_ptmp_ -i data\ptmp.pcx -p data\spri\ptmp.pal -tc 0x84 -y # run from subdirectory where output will not be committed accidentally\r
+src\lib\doslib\hw\vga\dos86l\vrl2vrs -s data\spri\ptmp.sht -hc data\spri\ptmps.h -hp data\spri\demoanim_ptmp_ -o data\spri\ptmp.vrs # run from same subdirectory\r