Changeset 53981 in vbox for trunk/src/VBox/ExtPacks/VBoxDTrace
- Timestamp:
- Jan 27, 2015 6:58:32 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97884
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.