]> 4ch.mooo.com Git - 16.git/commitdiff
added vrl2vrs.exe and pcxscut to the repo ^^
authorsparky4 <sparky4@cock.li>
Fri, 15 Apr 2016 15:18:03 +0000 (10:18 -0500)
committersparky4 <sparky4@cock.li>
Fri, 15 Apr 2016 15:18:03 +0000 (10:18 -0500)
makefile
pcxsscut.exe [new file with mode: 0755]
spri.bat
vrl2vrs.exe [new file with mode: 0755]

index ff9eecc68368731f74910c0b82c989fc60d52406..680e706824562ce6a83631b967096e6154addaf4 100755 (executable)
--- 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 (executable)
index 0000000..391fc7f
Binary files /dev/null and b/pcxsscut.exe differ
index 485a523def4ac475ee8e67583f406ae846094b02..74e72dcaee60c49bffb66f705229aefa55ba6d60 100755 (executable)
--- a/spri.bat
+++ b/spri.bat
@@ -1,7 +1,3 @@
-rem @echo off\r
-@cd data\spri\r
-@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\r
-@rem src\lib\doslib\hw\vga\dos86l\vrl2vrs -s data\spri\%1.sht -hc %1s.h -hp _%1_ -o data\spri\%1.vrs\r
-..\..\src\lib\doslib\hw\vga\dos86l\pcxsscut -s %1.sht -hc %1.h -hp _%1_ -i ..\%1.pcx -p %1.pal -tc 0x84 -y\r
-..\..\src\lib\doslib\hw\vga\dos86l\vrl2vrs -s %1.sht -hc %1s.h -hp _%1_ -o %1.vrs\r
-@cd ..\..\\r
+@echo off\r
+pcxsscut -s data\spri\%1.sht -hc %1.h -hp _%1_ -i data\%1.pcx -p data\spri\%1.pal -tc 0x84 -y\r
+vrl2vrs -s data\spri\%1.sht -hc %1s.h -hp _%1_ -o data\spri\%1.vrs\r
diff --git a/vrl2vrs.exe b/vrl2vrs.exe
new file mode 100755 (executable)
index 0000000..783941c
Binary files /dev/null and b/vrl2vrs.exe differ