VirtualBox

Ignore:
Timestamp:
Aug 28, 2009 5:57:05 PM (15 years ago)
Author:
vboxsync
Message:

IPRT: Added a RTBldCfg API group for stuffing away the SVN_REV and version of the product IPRT is used by.

File:
1 edited

Legend:

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

    r22556 r22561  
    9595VBOX_PATH_RUNTIME_SRC := $(PATH_SUB_CURRENT)
    9696
     97
     98#
     99# Set the defines that buildconfig.cpp needs. Its used by several targets.
     100#
     101common/misc/buildconfig.cpp_DEFS = \
     102        IPRT_BLDCFG_SCM_REV=$(VBOX_SVN_REV) \
     103        IPRT_BLDCFG_VERSION_STRING=\"$(VBOX_VERSION_STRING)\" \
     104        IPRT_BLDCFG_VERSION_MAJOR=$(VBOX_VERSION_MAJOR) \
     105        IPRT_BLDCFG_VERSION_MINOR=$(VBOX_VERSION_MINOR) \
     106        IPRT_BLDCFG_VERSION_BUILD=$(VBOX_VERSION_BUILD)
    97107
    98108#
     
    227237        common/log/logformat.cpp \
    228238        common/misc/assert.cpp \
     239        common/misc/buildconfig.cpp \
    229240        common/misc/cache.cpp \
    230241        common/misc/cidr.cpp \
     
    738749        common/log/logformat.cpp \
    739750        common/misc/assert.cpp \
     751        common/misc/buildconfig.cpp \
    740752        common/misc/sanity-c.c \
    741753        common/misc/sanity-cpp.cpp \
     
    10191031        common/log/logformat.cpp \
    10201032        common/misc/assert.cpp \
     1033        common/misc/buildconfig.cpp \
    10211034        common/misc/handletable.cpp \
    10221035        common/misc/handletablectx.cpp \
     
    11231136        common/log/logformat.cpp \
    11241137        common/misc/assert.cpp \
     1138        common/misc/buildconfig.cpp \
    11251139        common/misc/handletable.cpp \
    11261140        common/misc/handletablectx.cpp \
     
    15461560        common/log/logformat.cpp \
    15471561        common/misc/assert.cpp \
     1562        common/misc/buildconfig.cpp \
    15481563        common/misc/sanity-c.c \
    15491564        common/misc/sanity-cpp.cpp \
     
    17691784        @echo $(IPRT_DOXYFILE_INPUT)
    17701785
    1771 
    17721786#
    17731787# Generate the rules (we're the to sub-makefile).
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