Changeset 34091 in vbox for trunk/src/VBox/Devices/testcase
- Timestamp:
- Nov 16, 2010 12:13:35 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67782
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/testcase/Makefile.kmk
r33649 r34091 41 41 $(VBOX_DEVICES_TEST_OUT_DIR)/tstDeviceStructSize.run 42 42 43 tstDeviceStructSize_FEATURES = \43 VBOX_tstDeviceStructSize_FEATURES = \ 44 44 $(if $(VBOX_WITH_RAW_MODE),VBOX_WITH_RAW_MODE,) \ 45 45 $(if $(VBOX_WITH_USB),VBOX_WITH_USB,) \ … … 63 63 PROGRAMS += tstDeviceStructSizeRC 64 64 tstDeviceStructSizeRC_TEMPLATE = VBoxRcExe 65 tstDeviceStructSizeRC_DEFS = $( tstDeviceStructSize_FEATURES)65 tstDeviceStructSizeRC_DEFS = $(VBOX_tstDeviceStructSize_FEATURES) 66 66 tstDeviceStructSizeRC_SOURCES = tstDeviceStructSizeRC.cpp 67 67 tstDeviceStructSizeRC_INCS = \ … … 76 76 PROGRAMS += tstDeviceStructSize 77 77 tstDeviceStructSize_TEMPLATE = VBOXR3AUTOTST 78 tstDeviceStructSize_DEFS = $( tstDeviceStructSize_FEATURES)78 tstDeviceStructSize_DEFS = $(VBOX_tstDeviceStructSize_FEATURES) 79 79 tstDeviceStructSize_INCS = \ 80 80 $(VBOX_PATH_DEVICES_SRC) \
Note:
See TracChangeset
for help on using the changeset viewer.