Changeset 282 in vbox for trunk/src/VBox
- Timestamp:
- Jan 24, 2007 6:29:39 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 17827
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile
r197 r282 119 119 RuntimeR3_SOURCES = \ 120 120 alloc.cpp \ 121 alloc/heapsimple.cpp \ 121 122 assert.cpp \ 122 123 table/avlhcphys.cpp \ -
trunk/src/VBox/Runtime/testcase/Makefile
r129 r282 51 51 tstDeadlock \ 52 52 tstUuid \ 53 tstErrUnique 53 tstErrUnique \ 54 tstHeapSimple 54 55 PROGRAMS.win = \ 55 56 tstRTProcWait \ … … 181 182 tstErrUnique.cpp_DEPS = $(PATH_TARGET)/../errmsgdata.h 182 183 184 tstHeapSimple_SOURCES = tstHeapSimple.cpp 183 185 184 186 include $(PATH_KBUILD)/footer.kmk
Note:
See TracChangeset
for help on using the changeset viewer.