OSDN Git Service

compressed execs ^^
authorsparky4 <sparky4@cock.li>
Wed, 23 Sep 2015 14:29:12 +0000 (09:29 -0500)
committersparky4 <sparky4@cock.li>
Wed, 23 Sep 2015 14:29:12 +0000 (09:29 -0500)
modified:   16.exe
modified:   bakapi.exe
modified:   exmmtest.exe
modified:   fmemtest.exe
modified:   fontgfx.exe
modified:   fonttest.exe
modified:   inputest.exe
modified:   makefile
modified:   maptest.exe
modified:   palettec.exe
modified:   pcxtest.exe
modified:   scroll.exe
modified:   test.exe
modified:   test2.exe
modified:   vgmtest.exe

15 files changed:
16.exe
bakapi.exe
exmmtest.exe
fmemtest.exe
fontgfx.exe
fonttest.exe
inputest.exe
makefile
maptest.exe
palettec.exe
pcxtest.exe
scroll.exe
test.exe
test2.exe
vgmtest.exe

diff --git a/16.exe b/16.exe
index 4805389..35cb2de 100755 (executable)
Binary files a/16.exe and b/16.exe differ
index e0be148..08252c3 100755 (executable)
Binary files a/bakapi.exe and b/bakapi.exe differ
index 1aca800..938292b 100755 (executable)
Binary files a/exmmtest.exe and b/exmmtest.exe differ
index 81f8615..1273f5f 100755 (executable)
Binary files a/fmemtest.exe and b/fmemtest.exe differ
index ba9895d..ca868cb 100755 (executable)
Binary files a/fontgfx.exe and b/fontgfx.exe differ
index e21bb3d..d630830 100755 (executable)
Binary files a/fonttest.exe and b/fonttest.exe differ
index 856ded1..0f99f3f 100755 (executable)
Binary files a/inputest.exe and b/inputest.exe differ
index 0a1631f..85b9a77 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -52,7 +52,7 @@ TESTEXEC =  exmmtest.exe test.exe pcxtest.exe test2.exe palettec.exe maptest.exe
 #testemm.exe testemm0.exe fonttes0.exe miditest.exe sega.exe sountest.exe
 EXEC = 16.exe bakapi.exe $(TESTEXEC)
 
-all: $(EXEC)
+all: $(EXEC) compress
 
 #
 #game and bakapi executables
@@ -355,3 +355,6 @@ clean: .symbolic
 #      @$(COPYCOMMAND) $(NYANLIB)* $(EXMMTESTDIR)$(NYANLIB)
        @echo $(watcom)
        @echo $(INCLUDE)
+
+compress: .symbolic
+       upx $(EXEC)
index ea49dfd..06dde78 100755 (executable)
Binary files a/maptest.exe and b/maptest.exe differ
index b719a9d..a82483d 100755 (executable)
Binary files a/palettec.exe and b/palettec.exe differ
index 1095d53..aa1b3a7 100755 (executable)
Binary files a/pcxtest.exe and b/pcxtest.exe differ
index 5c55fdb..34c6c68 100755 (executable)
Binary files a/scroll.exe and b/scroll.exe differ
index 7552025..37b78d7 100755 (executable)
Binary files a/test.exe and b/test.exe differ
index 65da9a9..8851c64 100755 (executable)
Binary files a/test2.exe and b/test2.exe differ
index 86024fd..6d0a766 100755 (executable)
Binary files a/vgmtest.exe and b/vgmtest.exe differ