mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
Added missing dependency for 16-bit resource files.
This commit is contained in:
parent
017a61e0c2
commit
f3613815ba
@ -48,9 +48,13 @@ $(EXTRA_OBJS): dummy
|
||||
# Special rules for 16-bit resource files
|
||||
|
||||
resources/display.res: resources/display.rc
|
||||
LD_LIBRARY_PATH="$(TOPOBJDIR):$$LD_LIBRARY_PATH" $(WRC) $(DIVINCL) -o $@ -w16 -m -r $(SRCDIR)/resources/display.rc
|
||||
$(LDPATH) $(WRC) $(DIVINCL) -o $@ -w16 -m -r $(SRCDIR)/resources/display.rc
|
||||
|
||||
resources/mouse.res: resources/mouse.rc
|
||||
LD_LIBRARY_PATH="$(TOPOBJDIR):$$LD_LIBRARY_PATH" $(WRC) $(DIVINCL) -o $@ -w16 -m -r $(SRCDIR)/resources/mouse.rc
|
||||
$(LDPATH) $(WRC) $(DIVINCL) -o $@ -w16 -m -r $(SRCDIR)/resources/mouse.rc
|
||||
|
||||
display.spec.c: resources/display.res
|
||||
|
||||
mouse.spec.c: resources/mouse.res
|
||||
|
||||
### Dependencies:
|
||||
|
Loading…
Reference in New Issue
Block a user