winetest: Optionally compress the distributed exe with upx.
This commit is contained in:
parent
b7fe5e0aa5
commit
79f24b54c5
|
@ -53,6 +53,7 @@ winetest-dist: $(WINEWRAPPER)
|
||||||
|
|
||||||
winetest-dist.exe: $(OBJS) dist.res.o Makefile.in
|
winetest-dist.exe: $(OBJS) dist.res.o Makefile.in
|
||||||
$(CC) $(APPMODE) $(OBJS) dist.res.o -o $@ $(DELAYIMPORTS:%=-l%) $(ALL_LIBS)
|
$(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)
|
dist.res: winetest.rc tests.rc build.nfo tests.url winetest.ico $(TESTBINS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue