From: sparky4 Date: Fri, 15 Apr 2016 15:18:03 +0000 (-0500) Subject: added vrl2vrs.exe and pcxscut to the repo ^^ X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=1654d98388e6b74352b0b1bd6ab12f2ebc660897;p=16.git added vrl2vrs.exe and pcxscut to the repo ^^ --- diff --git a/makefile b/makefile index ff9eecc6..680e7068 100755 --- a/makefile +++ b/makefile @@ -88,7 +88,8 @@ TESTEXEC = exmmtest.exe test.exe pcxtest.exe pcxtest2.exe test2.exe palettec.exe #testemm.exe testemm0.exe fonttes0.exe miditest.exe sega.exe sountest.exe EXEC = 16.exe bakapi.exe $(TESTEXEC) tesuto.exe -all: $(EXEC) joytest.exe +all: $(EXEC) vrl2vrs.exe pcxsscut.exe +#joytest.exe #$(16LIBOBJS) => 16.lib bug.... # @@ -296,6 +297,10 @@ $(DOSLIBDIR)$(DIRSEP)hw$(DIRSEP)vga$(DIRSEP)dos86h$(DIRSEP)vga.lib: cd $(DOSLIBDIR)$(DIRSEP)hw$(DIRSEP)vga && .$(DIRSEP)make.sh joytest.exe: cd $(DOSLIBDIR)$(DIRSEP)hw$(DIRSEP)joystick && .$(DIRSEP)make.sh && $(COPYCOMMAND) dos86h$(DIRSEP)test.exe $(PDIR)$(PDIR)$(PDIR)$(PDIR)$(PDIR)joytest.exe +pcxsscut.exe: + cd $(DOSLIBDIR)$(DIRSEP)hw$(DIRSEP)vga && .$(DIRSEP)make.sh && $(COPYCOMMAND) dos86l$(DIRSEP)pcxsscut.exe $(PDIR)$(PDIR)$(PDIR)$(PDIR)$(PDIR) +vrl2vrs.exe: + cd $(DOSLIBDIR)$(DIRSEP)hw$(DIRSEP)vga && .$(DIRSEP)make.sh && $(COPYCOMMAND) dos86l$(DIRSEP)vrl2vrs.exe $(PDIR)$(PDIR)$(PDIR)$(PDIR)$(PDIR) #$(DOSLIBLIBS): .symbolic # @cd $(DOSLIB) # @.$(DIRSEP)buildall.sh diff --git a/pcxsscut.exe b/pcxsscut.exe new file mode 100755 index 00000000..391fc7f5 Binary files /dev/null and b/pcxsscut.exe differ diff --git a/spri.bat b/spri.bat index 485a523d..74e72dca 100755 --- a/spri.bat +++ b/spri.bat @@ -1,7 +1,3 @@ -rem @echo off -@cd data\spri -@rem src\lib\doslib\hw\vga\dos86l\pcxsscut -s data\spri\%1.sht -hc %1.h -hp _%1_ -i data\%1.pcx -p data\spri\%1.pal -tc 0x84 -y -@rem src\lib\doslib\hw\vga\dos86l\vrl2vrs -s data\spri\%1.sht -hc %1s.h -hp _%1_ -o data\spri\%1.vrs -..\..\src\lib\doslib\hw\vga\dos86l\pcxsscut -s %1.sht -hc %1.h -hp _%1_ -i ..\%1.pcx -p %1.pal -tc 0x84 -y -..\..\src\lib\doslib\hw\vga\dos86l\vrl2vrs -s %1.sht -hc %1s.h -hp _%1_ -o %1.vrs -@cd ..\..\ +@echo off +pcxsscut -s data\spri\%1.sht -hc %1.h -hp _%1_ -i data\%1.pcx -p data\spri\%1.pal -tc 0x84 -y +vrl2vrs -s data\spri\%1.sht -hc %1s.h -hp _%1_ -o data\spri\%1.vrs diff --git a/vrl2vrs.exe b/vrl2vrs.exe new file mode 100755 index 00000000..783941c1 Binary files /dev/null and b/vrl2vrs.exe differ