Changeset 2509 in vbox
- Timestamp:
- May 4, 2007 6:49:56 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20940
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r2490 r2509 910 910 # 911 911 $(PATH_TARGET)/errmsgdata.h: errmsg.sed $(DEPTH)/include/iprt/err.h $(DEPTH)/include/VBox/err.h 912 $(call MSG_GENERATE,,$@ )912 $(call MSG_GENERATE,,$@,$(filter %.h,$^)) 913 913 $(QUIET)$(MKDIR) -p $(PATH_TARGET) 914 914 $(QUIET)$(SED) -f $< $(filter %.h,$^) > $@ 915 915 ## @todo r=bird: rename this to indicate that it's not only COM errors, but all win32/64 errors. 916 916 $(PATH_TARGET)/errmsgcomdata.h: errmsgcom.sed $(PATH_SDK_WINPSDK_INC)/WinError.h 917 $(call MSG_GENERATE,,$@ )917 $(call MSG_GENERATE,,$@,$(filter %.h,$^)) 918 918 $(QUIET)$(MKDIR) -p $(PATH_TARGET) 919 919 $(QUIET)$(SED) -f $< $(filter %.h,$^) > $@ 920 920 $(PATH_TARGET)/errmsgxpcomdata.h: errmsgxpcom.sed $(DEPTH)/src/libs/xpcom18a4/xpcom/base/nsError.h 921 $(call MSG_GENERATE,,$@ )921 $(call MSG_GENERATE,,$@,$(filter %.h,$^)) 922 922 $(QUIET)$(MKDIR) -p $(PATH_TARGET) 923 923 $(QUIET)$(SED) -f $< $(filter %.h,$^) > $@
Note:
See TracChangeset
for help on using the changeset viewer.