Changeset 54287 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Feb 18, 2015 11:39:57 PM (10 years ago)
- Location:
- trunk/src/VBox/HostDrivers/Support/testcase
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/testcase/Makefile.kmk
r51906 r54287 45 45 tstSupLoadModule \ 46 46 tstSupSem \ 47 tstSupSem-Zombie 47 tstSupSem-Zombie \ 48 tstSupTscDelta 48 49 endif 49 50 PROGRAMS.win += \ … … 101 102 tstSupSem-Zombie_SOURCES = tstSupSem-Zombie.cpp 102 103 104 tstSupTscDelta_TEMPLATE = VBOXR3TSTEXE 105 tstSupTscDelta_SOURCES = tstSupTscDelta.cpp 106 103 107 include $(FILE_KBUILD_SUB_FOOTER) 104 108
Note:
See TracChangeset
for help on using the changeset viewer.