Changeset 57531 in vbox for trunk/src/VBox
- Timestamp:
- Aug 25, 2015 10:32:27 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102341
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/testcase/Makefile.kmk
r56301 r57531 18 18 SUB_DEPTH = ../../../.. 19 19 include $(KBUILD_PATH)/subheader.kmk 20 21 #22 # vditool - useful too for manipulating VDIs, but now pretty obsolete and23 # probably will go away soon. Testcase only now.24 #25 if defined(VBOX_WITH_TESTCASES) || defined(VBOX_WITH_VDITOOL)26 PROGRAMS += vditool27 vditool_TEMPLATE = VBOXR3TSTEXE28 vditool_LIBS = $(LIB_DDU)29 vditool_SOURCES = vditool.cpp30 endif31 20 32 21 #
Note:
See TracChangeset
for help on using the changeset viewer.