VirtualBox

Changeset 2490 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 4, 2007 7:56:22 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
20918
Message:

kBuild macros

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile.kmk

    r2489 r2490  
    915915## @todo r=bird: rename this to indicate that it's not only COM errors, but all win32/64 errors.
    916916$(PATH_TARGET)/errmsgcomdata.h: errmsgcom.sed $(PATH_SDK_WINPSDK_INC)/WinError.h
    917         $(call MSG_L1,Generating $@)
     917        $(call MSG_GENERATE,,$@)
    918918        $(QUIET)$(MKDIR) -p $(PATH_TARGET)
    919919        $(QUIET)$(SED) -f $< $(filter %.h,$^) > $@
    920920$(PATH_TARGET)/errmsgxpcomdata.h: errmsgxpcom.sed $(DEPTH)/src/libs/xpcom18a4/xpcom/base/nsError.h
    921         $(call MSG_L1,Generating $@)
     921        $(call MSG_GENERATE,,$@)
    922922        $(QUIET)$(MKDIR) -p $(PATH_TARGET)
    923923        $(QUIET)$(SED) -f $< $(filter %.h,$^) > $@
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette