mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
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
|
||||
$(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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user