Changeset 22561 in vbox for trunk/src/VBox/Runtime/Makefile.kmk
- Timestamp:
- Aug 28, 2009 5:57:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r22556 r22561 95 95 VBOX_PATH_RUNTIME_SRC := $(PATH_SUB_CURRENT) 96 96 97 98 # 99 # Set the defines that buildconfig.cpp needs. Its used by several targets. 100 # 101 common/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) 97 107 98 108 # … … 227 237 common/log/logformat.cpp \ 228 238 common/misc/assert.cpp \ 239 common/misc/buildconfig.cpp \ 229 240 common/misc/cache.cpp \ 230 241 common/misc/cidr.cpp \ … … 738 749 common/log/logformat.cpp \ 739 750 common/misc/assert.cpp \ 751 common/misc/buildconfig.cpp \ 740 752 common/misc/sanity-c.c \ 741 753 common/misc/sanity-cpp.cpp \ … … 1019 1031 common/log/logformat.cpp \ 1020 1032 common/misc/assert.cpp \ 1033 common/misc/buildconfig.cpp \ 1021 1034 common/misc/handletable.cpp \ 1022 1035 common/misc/handletablectx.cpp \ … … 1123 1136 common/log/logformat.cpp \ 1124 1137 common/misc/assert.cpp \ 1138 common/misc/buildconfig.cpp \ 1125 1139 common/misc/handletable.cpp \ 1126 1140 common/misc/handletablectx.cpp \ … … 1546 1560 common/log/logformat.cpp \ 1547 1561 common/misc/assert.cpp \ 1562 common/misc/buildconfig.cpp \ 1548 1563 common/misc/sanity-c.c \ 1549 1564 common/misc/sanity-cpp.cpp \ … … 1769 1784 @echo $(IPRT_DOXYFILE_INPUT) 1770 1785 1771 1772 1786 # 1773 1787 # Generate the rules (we're the to sub-makefile).
Note:
See TracChangeset
for help on using the changeset viewer.