Changeset 6678 in vbox
- Timestamp:
- Jan 31, 2008 7:52:46 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/testcase/Makefile.kmk
r6677 r6678 41 41 ifdef VBOX_WITH_TESTCASES 42 42 PROGRAMS += tstVDI 43 tstVDI_TEMPLATE = VBOXR3TSTEXE 43 ifeq ($(BUILD_TARGET),l4) 44 tstVDI_TEMPLATE = VBOXLNXHOSTR3EXE 45 tstVDI_LIBS = \ 46 $(PATH_LIB)/VBoxDDULnxHostR3.a \ 47 $(PATH_LIB)/RuntimeLnxHostR3.a 48 else 49 tstVDI_TEMPLATE = VBOXR3TSTEXE 50 tstVDI_LIBS = $(vditool_LIBS) 51 endif 44 52 tstVDI_SOURCES = tstVDI.cpp 45 tstVDI_LIBS = $(vditool_LIBS)46 53 endif 47 48 54 49 55 include $(PATH_KBUILD)/subfooter.kmk
Note:
See TracChangeset
for help on using the changeset viewer.