Changeset 26222 in vbox for trunk/src/VBox/Devices/testcase
- Timestamp:
- Feb 3, 2010 9:42:09 PM (15 years ago)
- Location:
- trunk/src/VBox/Devices/testcase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/testcase/Makefile.kmk
r25946 r26222 51 51 # 52 52 PROGRAMS += tstDeviceStructSizeRC 53 tstDeviceStructSizeRC_TEMPLATE = VB OXGCEXE53 tstDeviceStructSizeRC_TEMPLATE = VBoxRcExe 54 54 tstDeviceStructSizeRC_DEFS = VBOX_WITH_RAW_MODE 55 55 ifdef VBOX_WITH_USB -
trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp
r26172 r26222 3 3 * tstDeviceStructSizeGC - Generate structure member and size checks from the GC perspective. 4 4 * 5 * This is built using the VB OXGCtemplate but linked into a host5 * This is built using the VBoxRc template but linked into a host 6 6 * ring-3 executable, rather hacky. 7 7 */
Note:
See TracChangeset
for help on using the changeset viewer.