winetest: Optionally compress the distributed exe with upx.

This commit is contained in:
Alexandre Julliard 2008-11-24 15:33:48 +01:00
parent b7fe5e0aa5
commit 79f24b54c5
1 changed files with 1 additions and 0 deletions

View File

@ -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)