Alexandre Julliard : winetest: Optionally compress the distributed exe with upx.

Alexandre Julliard julliard at winehq.org
Mon Nov 24 09:17:14 CST 2008


Module: wine
Branch: master
Commit: 79f24b54c5f8f658dca8e4ceccd24c249ba091f8
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=79f24b54c5f8f658dca8e4ceccd24c249ba091f8

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Nov 24 15:33:48 2008 +0100

winetest: Optionally compress the distributed exe with upx.

---

 programs/winetest/Makefile.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/programs/winetest/Makefile.in b/programs/winetest/Makefile.in
index d153c04..b89041f 100644
--- a/programs/winetest/Makefile.in
+++ b/programs/winetest/Makefile.in
@@ -53,6 +53,7 @@ winetest-dist: $(WINEWRAPPER)
 
 winetest-dist.exe: $(OBJS) dist.res.o Makefile.in
 	$(CC) $(APPMODE) $(OBJS) dist.res.o -o $@ $(DELAYIMPORTS:%=-l%) $(ALL_LIBS)
+	-upx -9 -qqq $@
 
 dist.res: winetest.rc tests.rc build.nfo tests.url winetest.ico $(TESTBINS)
 




More information about the wine-cvs mailing list