Changeset 21400 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Jul 8, 2009 2:48:46 PM (15 years ago)
- Location:
- trunk/src/VBox/Devices/Storage/testcase
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/testcase/Makefile.kmk
r20415 r21400 28 28 # 29 29 ifdef VBOX_WITH_TESTCASES 30 ifndef VBOX_OSE 31 PROGRAMS += vditool 32 vditool_TEMPLATE = VBOXR3TSTEXE 33 vditool_LIBS = $(LIB_DDU) $(LIB_RUNTIME) 34 vditool_SOURCES = vditool.cpp 35 endif 30 PROGRAMS += vditool 31 vditool_TEMPLATE = VBOXR3TSTEXE 32 vditool_LIBS = $(LIB_DDU) $(LIB_RUNTIME) 33 vditool_SOURCES = vditool.cpp 36 34 endif 37 35
Note:
See TracChangeset
for help on using the changeset viewer.