VirtualBox

Changeset 99679 in vbox for trunk/src/VBox/Devices/Samples


Ignore:
Timestamp:
May 8, 2023 4:44:51 PM (19 months ago)
Author:
vboxsync
Message:

Devices/Devplayground: Don't build if VBOX_WITH_MAIN isn't defined

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Samples/Makefile.kmk

    r98410 r99679  
    5454# VBoxPlaygroundDevice - A device module demonstrating some unusual features.
    5555#
    56 DLLS += VBoxPlaygroundDevice
    57 VBoxPlaygroundDevice_TEMPLATE = VBoxR3Dll
    58 VBoxPlaygroundDevice_SOURCES  = \
    59         DevPlayground.cpp
    60 VBoxPlaygroundDevice_LIBS     = \
    61         $(PATH_STAGE_LIB)/VBoxCOM$(VBOX_SUFF_LIB) \
    62         $(LIB_RUNTIME)
     56ifdef VBOX_WITH_MAIN
     57 DLLS += VBoxPlaygroundDevice
     58 VBoxPlaygroundDevice_TEMPLATE = VBoxR3Dll
     59 VBoxPlaygroundDevice_SOURCES  = \
     60        DevPlayground.cpp
     61 VBoxPlaygroundDevice_LIBS     = \
     62        $(PATH_STAGE_LIB)/VBoxCOM$(VBOX_SUFF_LIB) \
     63        $(LIB_RUNTIME)
     64endif
    6365
    6466ifdef VBOX_WITH_XPCOM
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