From: sparky4 Date: Wed, 23 Sep 2015 14:29:12 +0000 (-0500) Subject: compressed execs ^^ X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=bf73c22eca26fa0aaa60d530e080ea3409578bdc;p=16.git compressed execs ^^ 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 --- diff --git a/16.exe b/16.exe index 4805389c..35cb2dea 100755 Binary files a/16.exe and b/16.exe differ diff --git a/bakapi.exe b/bakapi.exe index e0be1485..08252c32 100755 Binary files a/bakapi.exe and b/bakapi.exe differ diff --git a/exmmtest.exe b/exmmtest.exe index 1aca800e..938292b1 100755 Binary files a/exmmtest.exe and b/exmmtest.exe differ diff --git a/fmemtest.exe b/fmemtest.exe index 81f8615f..1273f5ff 100755 Binary files a/fmemtest.exe and b/fmemtest.exe differ diff --git a/fontgfx.exe b/fontgfx.exe index ba9895dd..ca868cb6 100755 Binary files a/fontgfx.exe and b/fontgfx.exe differ diff --git a/fonttest.exe b/fonttest.exe index e21bb3da..d6308305 100755 Binary files a/fonttest.exe and b/fonttest.exe differ diff --git a/inputest.exe b/inputest.exe index 856ded19..0f99f3fa 100755 Binary files a/inputest.exe and b/inputest.exe differ diff --git a/makefile b/makefile index 0a1631fc..85b9a779 100755 --- 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) diff --git a/maptest.exe b/maptest.exe index ea49dfd8..06dde78e 100755 Binary files a/maptest.exe and b/maptest.exe differ diff --git a/palettec.exe b/palettec.exe index b719a9df..a82483dc 100755 Binary files a/palettec.exe and b/palettec.exe differ diff --git a/pcxtest.exe b/pcxtest.exe index 1095d539..aa1b3a74 100755 Binary files a/pcxtest.exe and b/pcxtest.exe differ diff --git a/scroll.exe b/scroll.exe index 5c55fdb7..34c6c68a 100755 Binary files a/scroll.exe and b/scroll.exe differ diff --git a/test.exe b/test.exe index 75520253..37b78d76 100755 Binary files a/test.exe and b/test.exe differ diff --git a/test2.exe b/test2.exe index 65da9a9d..8851c649 100755 Binary files a/test2.exe and b/test2.exe differ diff --git a/vgmtest.exe b/vgmtest.exe index 86024fd9..6d0a7663 100755 Binary files a/vgmtest.exe and b/vgmtest.exe differ