Added missing dependency for 16-bit resource files.

This commit is contained in:
Alexandre Julliard 2000-11-06 05:31:14 +00:00
parent 017a61e0c2
commit f3613815ba

View File

@ -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: