Changeset 12268 in vbox for trunk/src/VBox/Devices/Storage/testcase
- Timestamp:
- Sep 9, 2008 3:43:51 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/testcase/Makefile.kmk
r12170 r12268 20 20 # 21 21 22 ifdef VBOX_SINGLE_MAKEFILE23 22 SUB_DEPTH = ../../../../.. 24 else25 SUB_DEPTH = ../..26 DEPTH ?= ../../../../..27 endif28 23 include $(KBUILD_PATH)/subheader.kmk 29 24 … … 41 36 vditool_LIBS = $(LIB_DDU) $(LIB_RUNTIME) 42 37 endif 43 vditool_SOURCES = vditool.cpp38 vditool_SOURCES = vditool.cpp 44 39 45 40
Note:
See TracChangeset
for help on using the changeset viewer.