Changeset 19954 in vbox
- Timestamp:
- May 24, 2009 12:00:21 AM (16 years ago)
- Location:
- trunk/src/VBox/Runtime/testcase
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/Makefile.kmk
r19950 r19954 53 53 tstRTBitOperations \ 54 54 tstRTCidr \ 55 tst CritSect \55 tstRTCritSect \ 56 56 tstDeadlock \ 57 57 tstDir \ … … 103 103 PROGRAMS.win += \ 104 104 tstRTProcWait \ 105 tst CritSectW32 \105 tstRTCritSectW32 \ 106 106 tstFileAppendWin-1 \ 107 107 ntGetTimerResolution … … 153 153 tstRTCidr_SOURCES = tstRTCidr.cpp 154 154 155 tstCritSect_SOURCES = tstCritSect.cpp 156 157 tstCritSectW32_SOURCES = tstCritSect.cpp 158 tstCritSectW32_DEFS = TRY_WIN32_CRIT 155 tstRTCritSect_TEMPLATE = VBOXR3TSTEXE 156 tstRTCritSect_SOURCES = tstRTCritSect.cpp 157 158 tstRTCritSectW32_TEMPLATE = VBOXR3TSTEXE 159 tstRTCritSectW32_SOURCES = tstRTCritSect.cpp 160 tstRTCritSectW32_DEFS = TRY_WIN32_CRIT 159 161 160 162 tstDarwinSched_SOURCES = tstDarwinSched.cpp
Note:
See TracChangeset
for help on using the changeset viewer.