Changeset 17111 in vbox for trunk/src/VBox
- Timestamp:
- Feb 25, 2009 9:04:00 AM (16 years ago)
- Location:
- trunk/src/VBox/Devices/Storage/testcase
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/testcase/Makefile.kmk
r17110 r17111 28 28 # 29 29 ifdef VBOX_WITH_TESTCASES 30 PROGRAMS += vditool 31 vditool_TEMPLATE = VBOXR3TSTEXE 32 vditool_LIBS = $(LIB_DDU) $(LIB_RUNTIME) 33 vditool_SOURCES = vditool.cpp 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 34 36 endif 35 37
Note:
See TracChangeset
for help on using the changeset viewer.