Changeset 2490 in vbox for trunk/src/VBox
- Timestamp:
- May 4, 2007 7:56:22 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20918
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r2489 r2490 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_ L1,Generating$@)917 $(call MSG_GENERATE,,$@) 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_ L1,Generating$@)921 $(call MSG_GENERATE,,$@) 922 922 $(QUIET)$(MKDIR) -p $(PATH_TARGET) 923 923 $(QUIET)$(SED) -f $< $(filter %.h,$^) > $@
Note:
See TracChangeset
for help on using the changeset viewer.