mirror of
https://github.com/reactos/wine.git
synced 2025-02-21 13:23:25 +00:00
makefiles: Set the module name in stripped modules to the non-stripped name.
This commit is contained in:
parent
ea9750d773
commit
ee5a3216ed
@ -33,7 +33,7 @@ $(MODULE) $(MODULE).so: $(OBJS) Makefile.in
|
||||
$(WINEGCC) $(APPMODE) $(OBJS) -o $@ $(LIBPORT) $(ALL_LIBS)
|
||||
|
||||
$(WINETEST_EXE): $(OBJS) Makefile.in
|
||||
$(WINEGCC) -s $(APPMODE) $(OBJS) -o $@ $(LIBPORT) $(ALL_LIBS)
|
||||
$(WINEGCC) -s -Wb,-F,$(MODULE) $(APPMODE) $(OBJS) -o $@ $(LIBPORT) $(ALL_LIBS)
|
||||
|
||||
$(WINETEST_RES): $(WINETEST_EXE)
|
||||
echo "$(MODULE) TESTRES \"$(WINETEST_EXE)\"" | $(LDPATH) $(WRC) $(RCFLAGS) -o $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user