Module: wine Branch: master Commit: 79f24b54c5f8f658dca8e4ceccd24c249ba091f8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=79f24b54c5f8f658dca8e4cecc... Author: Alexandre Julliard <julliard(a)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)