Added a few rules to rebuild idl headers.

This commit is contained in:
Alexandre Julliard 2003-01-09 01:09:16 +00:00
parent be3c1141e3
commit d1d5d4265e
2 changed files with 7 additions and 1 deletions

View File

@ -157,7 +157,7 @@ $(MODULE).dbg.c: $(C_SRCS) $(C_SRCS16) $(WINEBUILD)
# Rule to rebuild the tools
$(MAKEDEP) $(WINEBUILD) $(WMC) $(WRC):
$(MAKEDEP) $(WIDL) $(WINEBUILD) $(WMC) $(WRC):
cd $(TOOLSDIR)/tools && $(MAKE) `basename $@`
# Rules for makefile

View File

@ -240,6 +240,12 @@ EXTRASUBDIRS = bitmaps msvcrt msvcrt/sys wine
.idl.h:
$(LDPATH) $(WIDL) $(DEFS) -b -h -H $@ $<
$(IDL_SRCS:.idl=.h): $(WIDL)
.PHONY: idl
idl: $(IDL_SRCS:.idl=.h)
install::
$(MKINSTALLDIRS) $(includedir) $(includedir)/windows $(includedir)/msvcrt $(includedir)/msvcrt/sys
for f in $(WINDOWS_INCLUDES); do $(INSTALL_DATA) $(SRCDIR)/$$f $(includedir)/windows/$$f; done