From: sparky4 Date: Fri, 15 Apr 2016 15:45:55 +0000 (-0500) Subject: gnu version of the programs found ^^ X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=cc8da95915a16702632c6c79c5bc3151ec62755e;p=16.git gnu version of the programs found ^^ --- diff --git a/data/spri/ED.PAL b/data/spri/ED.PAL deleted file mode 100755 index 4e55845b..00000000 Binary files a/data/spri/ED.PAL and /dev/null differ diff --git a/data/spri/PTMP1.PAL b/data/spri/PTMP1.PAL deleted file mode 100755 index b9673a37..00000000 Binary files a/data/spri/PTMP1.PAL and /dev/null differ diff --git a/data/spri/ptmp.pal b/data/spri/ptmp.pal new file mode 100755 index 00000000..5227fbbd Binary files /dev/null and b/data/spri/ptmp.pal differ diff --git a/makefile b/makefile index 680e7068..8e654323 100755 --- a/makefile +++ b/makefile @@ -297,10 +297,6 @@ $(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 @@ -524,6 +520,12 @@ mx_: .symbolic @wmake -h -f makefile all @cd $(PDIR)$(PDIR) -ed: .symbolic -@cd $(DOSLIBDIR)$(DIRSEP)hw$(DIRSEP)vga && .$(DIRSEP)make.sh -@call spri.bat +vrs: .symbolic + @cd $(DOSLIBDIR)$(DIRSEP)hw$(DIRSEP)vga + #@make clean + @make all + @mv pcx2vrl ../../../../../ + @mv pcxsscut ../../../../../ + @mv vrl2vrs ../../../../../ + @mv vrsdump ../../../../../ + @cd ../../../../../ diff --git a/pcx2vrl b/pcx2vrl new file mode 100755 index 00000000..bd947e55 Binary files /dev/null and b/pcx2vrl differ diff --git a/pcxsscut b/pcxsscut new file mode 100755 index 00000000..1deec74d Binary files /dev/null and b/pcxsscut differ diff --git a/pcxsscut.exe b/pcxsscut.exe deleted file mode 100755 index 391fc7f5..00000000 Binary files a/pcxsscut.exe and /dev/null differ diff --git a/spri.bat b/spri.bat deleted file mode 100755 index 74e72dca..00000000 --- a/spri.bat +++ /dev/null @@ -1,3 +0,0 @@ -@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/spri.sh b/spri.sh new file mode 100755 index 00000000..1b2407fe --- /dev/null +++ b/spri.sh @@ -0,0 +1,4 @@ +#! /bin/bash + +./pcxsscut -s data/spri/"$*".sht -hc "$1".h -hp _"$1"_ -i data/"$1".pcx -p data/spri/"$1".pal -tc 0x0 -y +./vrl2vrs -s data/spri/"$*".sht -hc "$1"s.h -hp _"$1"_ -o data/spri/"$1".vrs diff --git a/vrl2vrs b/vrl2vrs new file mode 100755 index 00000000..b67956b7 Binary files /dev/null and b/vrl2vrs differ diff --git a/vrl2vrs.exe b/vrl2vrs.exe deleted file mode 100755 index 783941c1..00000000 Binary files a/vrl2vrs.exe and /dev/null differ diff --git a/vrsdump b/vrsdump new file mode 100755 index 00000000..dbaba30e Binary files /dev/null and b/vrsdump differ