winetest: Link against the Wine import libraries for the dist version too.

This commit is contained in:
Alexandre Julliard 2008-12-26 21:02:04 +01:00
parent 4a9a3d7fff
commit 186ca36d38
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ winetest-dist: $(WINEWRAPPER)
$(RM) $@ && $(LN_S) $(WINEWRAPPER) $@
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 $@ -L$(DLLDIR) $(IMPORTS:%=-L$(DLLDIR)/%) $(ALL_LIBS)
-upx -9 -qqq $@
dist.res: winetest.rc tests.rc build.nfo tests.url winetest.ico $(TESTBINS)