Changeset 5897 in vbox for trunk/src/VBox
- Timestamp:
- Dec 1, 2007 9:34:17 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r5844 r5897 1075 1075 $(call MSG_GENERATE,,$@,$(filter %.h,$^)) 1076 1076 $(QUIET)$(MKDIR) -p $(PATH_TARGET) 1077 ifdef KMK_USE_REDIRECT 1078 $(QUIET)$(REDIRECT) -wo $@ -- $(SED) -f $< $(filter %.h,$^) 1079 else 1077 1080 $(QUIET)$(SED) -f $< $(filter %.h,$^) > $@ 1081 endif 1078 1082 ## @todo r=bird: rename this to indicate that it's not only COM errors, but all win32/64 errors. 1079 1083 $(PATH_TARGET)/errmsgcomdata.h: common/err/errmsgcom.sed $(PATH_SDK_WINPSDK_INC)/WinError.h 1080 1084 $(call MSG_GENERATE,,$@,$(filter %.h,$^)) 1081 1085 $(QUIET)$(MKDIR) -p $(PATH_TARGET) 1086 ifdef KMK_USE_REDIRECT 1087 $(QUIET)$(REDIRECT) -wo $@ -- $(SED) -f $< $(filter %.h,$^) 1088 else 1082 1089 $(QUIET)$(SED) -f $< $(filter %.h,$^) > $@ 1090 endif 1083 1091 $(PATH_TARGET)/errmsgxpcomdata.h: common/err/errmsgxpcom.sed $(DEPTH)/src/libs/xpcom18a4/xpcom/base/nsError.h 1084 1092 $(call MSG_GENERATE,,$@,$(filter %.h,$^)) 1085 1093 $(QUIET)$(MKDIR) -p $(PATH_TARGET) 1094 ifdef KMK_USE_REDIRECT 1095 $(QUIET)$(REDIRECT) -wo $@ -- $(SED) -f $< $(filter %.h,$^) 1096 else 1086 1097 $(QUIET)$(SED) -f $< $(filter %.h,$^) > $@ 1098 endif 1087 1099 1088 1100
Note:
See TracChangeset
for help on using the changeset viewer.