Changeset 33290 in vbox
- Timestamp:
- Oct 21, 2010 10:20:17 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 66858
- Location:
- trunk/src/VBox/Runtime/testcase
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/Makefile.kmk
r33286 r33290 115 115 tstUtf8 \ 116 116 tstRTUuid \ 117 tstRTCircBuf 117 tstRTCircBuf \ 118 tstRTManifest 118 119 119 120 PROGRAMS.win += \ … … 473 474 tstRTCircBuf_SOURCES = tstRTCircBuf.cpp 474 475 476 tstRTManifest_TEMPLATE = VBOXR3TSTEXE 477 tstRTManifest_SOURCES = tstRTManifest.cpp 478 475 479 tstRTCoreDump_TEMPLACE = VBOXR3TSTEXE 476 480 tstRTCoreDump_SOURCES = tstRTCoreDump.cpp
Note:
See TracChangeset
for help on using the changeset viewer.