VirtualBox

Changeset 42269 in vbox for trunk/src/bldprogs


Ignore:
Timestamp:
Jul 20, 2012 2:37:15 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
79325
Message:

New makefile variable VBOX_ONLY_BUILD which get set when any of the VBOX_ONLY_* variables are set. Extpack build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bldprogs/Makefile.kmk

    r42265 r42269  
    3333VBoxCmp_SOURCES = VBoxCmp.cpp
    3434
    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)
     35ifndef VBOX_ONLY_BUILD
    4036 BLDPROGS += scm
    4137 scm_TEMPLATE = VBoxAdvBldProg
     
    4743        scmsubversion.cpp
    4844
     45 BLDPROGS += VBoxCPP
     46 VBoxCPP_TEMPLATE = VBoxAdvBldProg
     47 VBoxCPP_SOURCES = \
     48        VBoxCPP.cpp \
     49        scmstream.cpp
     50endif
    4951
     52if !defined(VBOX_ONLY_BUILD) || defined(VBOX_ONLY_EXTPACKS)
    5053 BLDPROGS += VBoxTpG
    5154 VBoxTpG_TEMPLATE = VBoxAdvBldProg
     
    5356        VBoxTpG.cpp \
    5457        scmstream.cpp
    55 
    56  BLDPROGS += VBoxCPP
    57  VBoxCPP_TEMPLATE = VBoxAdvBldProg
    58  VBoxCPP_SOURCES = \
    59         VBoxCPP.cpp \
    60         scmstream.cpp
    61 
    6258endif
    6359
Note: See TracChangeset for help on using the changeset viewer.

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