From: sparky4 Date: Mon, 11 Apr 2016 15:05:50 +0000 (-0500) Subject: wwww X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=539ba3a80149c97d907783f37f4685f4f5852675;p=16.git wwww --- diff --git a/makefile b/makefile index 42630f87..8657cc0c 100755 --- 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 index 00000000..e9f55e55 --- /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 +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