Changeset 7204 in vbox for trunk/src/VBox
- Timestamp:
- Feb 28, 2008 4:00:42 PM (17 years ago)
- Location:
- trunk/src/VBox/Runtime/testcase
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/Makefile.kmk
r6736 r7204 50 50 tstLog \ 51 51 tstMove \ 52 tstNoCrt-1 \ 52 53 tstPath \ 53 54 tstPrfRT \ … … 83 84 tstLdr-4Imp 84 85 endif 85 86 86 87 # tstSems 87 88 endif # VBOX_WITH_TESTCASES … … 235 236 tstMove_SOURCES = tstMove.cpp 236 237 238 tstNoCrt-1_DEFS = RT_WITHOUT_NOCRT_WRAPPER_ALIASES 239 tstNoCrt-1_SOURCES = \ 240 tstNoCrt-1.cpp \ 241 ../common/string/memmove.asm 242 237 243 ntGetTimerResolution_SOURCES = ntGetTimerResolution.cpp 238 244 ntGetTimerResolution_SDKS.win = WINPSDK W2K3DDK VBOX_NTDLL
Note:
See TracChangeset
for help on using the changeset viewer.