VirtualBox

Changeset 104913 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jun 13, 2024 11:15:52 AM (7 months ago)
Author:
vboxsync
Message:

Devices/Makefile.kmk: Trace log decoder plugin build fix for extpack++. bugref:10701

File:
1 edited

Legend:

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

    r104894 r104913  
    18041804
    18051805
    1806 #
    1807 # The decoder library for the tracing driver.
    1808 #
    1809 DLLS += VBoxTraceLogDecoders
    1810 VBoxTraceLogDecoders_TEMPLATE      = VBoxR3Dll
    1811 VBoxTraceLogDecoders_LDFLAGS.linux = $(VBOX_GCC_NO_UNDEFINED)
    1812 VBoxTraceLogDecoders_SOURCES       = \
    1813         Trace/VBoxTraceLogDecoders.cpp
    1814 VBoxTraceLogDecoders_SOURCES.win   = \
    1815         Trace/VBoxTraceLogDecoders.rc
    1816 VBoxTraceLogDecoders_LIBS          = $(LIB_RUNTIME)
     1806if !defined(VBOX_ONLY_BUILD)
     1807 #
     1808 # The decoder library for the tracing driver.
     1809 #
     1810 DLLS += VBoxTraceLogDecoders
     1811 VBoxTraceLogDecoders_TEMPLATE      = VBoxR3Dll
     1812 VBoxTraceLogDecoders_LDFLAGS.linux = $(VBOX_GCC_NO_UNDEFINED)
     1813 VBoxTraceLogDecoders_SOURCES       = \
     1814        Trace/VBoxTraceLogDecoders.cpp
     1815 VBoxTraceLogDecoders_SOURCES.win   = \
     1816        Trace/VBoxTraceLogDecoders.rc
     1817 VBoxTraceLogDecoders_LIBS          = $(LIB_RUNTIME)
     1818endif
    18171819
    18181820include $(FILE_KBUILD_SUB_FOOTER)
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