Changeset 42269 in vbox for trunk/src/bldprogs
- Timestamp:
- Jul 20, 2012 2:37:15 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79325
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/Makefile.kmk
r42265 r42269 33 33 VBoxCmp_SOURCES = VBoxCmp.cpp 34 34 35 if !defined(VBOX_ONLY_ADDITIONS) \ 36 && !defined(VBOX_ONLY_DOCS) \ 37 && !defined(VBOX_ONLY_EXTPACKS) \ 38 && !defined(VBOX_ONLY_SDK) \ 39 && !defined(VBOX_ONLY_TESTSUITE) 35 ifndef VBOX_ONLY_BUILD 40 36 BLDPROGS += scm 41 37 scm_TEMPLATE = VBoxAdvBldProg … … 47 43 scmsubversion.cpp 48 44 45 BLDPROGS += VBoxCPP 46 VBoxCPP_TEMPLATE = VBoxAdvBldProg 47 VBoxCPP_SOURCES = \ 48 VBoxCPP.cpp \ 49 scmstream.cpp 50 endif 49 51 52 if !defined(VBOX_ONLY_BUILD) || defined(VBOX_ONLY_EXTPACKS) 50 53 BLDPROGS += VBoxTpG 51 54 VBoxTpG_TEMPLATE = VBoxAdvBldProg … … 53 56 VBoxTpG.cpp \ 54 57 scmstream.cpp 55 56 BLDPROGS += VBoxCPP57 VBoxCPP_TEMPLATE = VBoxAdvBldProg58 VBoxCPP_SOURCES = \59 VBoxCPP.cpp \60 scmstream.cpp61 62 58 endif 63 59
Note:
See TracChangeset
for help on using the changeset viewer.