Changeset 53981 in vbox for trunk/src/VBox/ExtPacks
- Timestamp:
- Jan 27, 2015 6:58:32 PM (10 years ago)
- Location:
- trunk/src/VBox/ExtPacks
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/Makefile.kmk
r53979 r53981 22 22 include $(PATH_SUB_CURRENT)/Puel/Makefile.kmk 23 23 endif 24 if defined(VBOX_WITH_EXTPACK_VBOXDTRACE) \ 25 || defined(VBOX_WITH_DTRACE) \ 26 || defined(VBOX_WITH_DTRACE_R3) \ 27 || defined(VBOX_WITH_DTRACE_R0) \ 28 || defined(VBOX_WITH_DTRACE_R0DRV) \ 29 || defined(VBOX_WITH_DTRACE_RC) 24 if defined(VBOX_WITH_EXTPACK_VBOXDTRACE) || defined(VBOX_WITH_DTRACE) 30 25 include $(PATH_SUB_CURRENT)/VBoxDTrace/Makefile.kmk 31 26 endif -
trunk/src/VBox/ExtPacks/VBoxDTrace/Makefile.kmk
r53979 r53981 31 31 32 32 33 # 34 # The generic wrapper that selects native or extpack dtrace cmd and adds our 35 # library path to the command line. 36 # 37 # Note! This is not installed as part of the extension pack, but always shipped 38 # with the base VBox installation. 39 # 40 PROGRAMS += VBoxDTrace 41 VBoxDTrace_TEMPLATE := VBOXR3EXE 42 VBoxDTrace_SOURCES := VBoxDTraceWrapper.cpp 43 VBoxDTrace_LIBS = $(LIB_RUNTIME) 33 ifndef VBOX_ONLY_ADDITIONS 34 # 35 # The generic wrapper that selects native or extpack dtrace cmd and adds our 36 # library path to the command line. 37 # 38 # Note! This is not installed as part of the extension pack, but always shipped 39 # with the base VBox installation. 40 # 41 PROGRAMS += VBoxDTrace 42 VBoxDTrace_TEMPLATE := VBOXR3EXE 43 VBoxDTrace_SOURCES := VBoxDTraceWrapper.cpp 44 VBoxDTrace_LIBS = $(LIB_RUNTIME) 45 endif 44 46 45 47
Note:
See TracChangeset
for help on using the changeset viewer.