Changeset 104913 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jun 13, 2024 11:15:52 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Makefile.kmk
r104894 r104913 1804 1804 1805 1805 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) 1806 if !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) 1818 endif 1817 1819 1818 1820 include $(FILE_KBUILD_SUB_FOOTER)
Note:
See TracChangeset
for help on using the changeset viewer.