Changeset 27345 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Mar 14, 2010 6:33:46 PM (15 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 6 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r27302 r27345 301 301 common/rand/randadv.cpp \ 302 302 common/rand/randparkmiller.cpp \ 303 common/sort/RTSortIsSorted.cpp \ 304 common/sort/RTSortApvIsSorted.cpp \ 305 common/sort/shellsort.cpp \ 303 306 common/string/RTStrCmp.cpp \ 304 307 common/string/RTStrConvertHexBytes.cpp \ -
trunk/src/VBox/Runtime/testcase/Makefile.kmk
r27269 r27345 103 103 tstSems \ 104 104 tstRTSemXRoads \ 105 tstRTSort \ 105 106 tstRTStrAlloc \ 106 107 tstRTStrCache \ … … 414 415 tstRTSemXRoads_SOURCES = tstRTSemXRoads.cpp 415 416 417 tstRTSort_TEMPLATE = VBOXR3TSTEXE 418 tstRTSort_SOURCES = tstRTSort.cpp 419 416 420 tstRTStrAlloc_TEMPLATE = VBOXR3TSTEXE 417 421 tstRTStrAlloc_SOURCES = tstRTStrAlloc.cpp
Note:
See TracChangeset
for help on using the changeset viewer.