- Timestamp:
- Oct 21, 2007 8:54:16 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 25531
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 1 edited
- 5 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r5416 r5417 139 139 common/alloc/alloc.cpp \ 140 140 common/alloc/heapsimple.cpp \ 141 assert.cpp \141 common/misc/assert.cpp \ 142 142 table/avlhcphys.cpp \ 143 143 table/avlgcptr.cpp \ … … 181 181 common/checksum/md5.cpp \ 182 182 r3/path.cpp \ 183 req.cpp \183 common/misc/req.cpp \ 184 184 r3/alloc-ef.cpp \ 185 185 r3/alloc.cpp \ … … 189 189 r3/tcp.cpp \ 190 190 RTErrConvertFromErrno.cpp \ 191 semspingpong.cpp \191 common/misc/semspingpong.cpp \ 192 192 common/string/straprintf.cpp \ 193 193 common/string/strformat.cpp \ … … 198 198 common/string/strstrip.cpp \ 199 199 common/string/strtonum.cpp \ 200 thread.cpp \200 common/misc/thread.cpp \ 201 201 common/time/time.cpp \ 202 202 common/time/timeprog.cpp \ … … 205 205 common/string/utf-16.cpp \ 206 206 common/string/utf-8.cpp \ 207 zip.cpp \207 common/misc/zip.cpp \ 208 208 common/misc/rand.cpp \ 209 209 … … 648 648 common/misc/sanity-cpp.cpp \ 649 649 common/misc/sanity-c.c \ 650 assert.cpp \650 common/misc/assert.cpp \ 651 651 generic/RTAssertDoBreakpoint-generic.cpp \ 652 652 table/avlhcphys.cpp \ … … 739 739 common/misc/sanity-cpp.cpp \ 740 740 common/misc/sanity-c.c \ 741 assert.cpp \741 common/misc/assert.cpp \ 742 742 common/log/log.cpp \ 743 743 common/log/logcom.cpp \ … … 793 793 r0drv/nt/thread2-r0drv-nt.cpp \ 794 794 r0drv/nt/time-r0drv-nt.cpp \ 795 thread.cpp \795 common/misc/thread.cpp \ 796 796 common/string/strncmp.cpp 797 797 ## @todo timer-r0drv-nt.cpp and assert-r0drv-nt.cpp … … 819 819 r0drv/darwin/thread2-r0drv-darwin.cpp \ 820 820 r0drv/darwin/time-r0drv-darwin.cpp \ 821 thread.cpp \821 common/misc/thread.cpp \ 822 822 generic/timer-generic.cpp 823 823 … … 838 838 os2/RTErrConvertFromOS2.cpp \ 839 839 os2/sys0.asm \ 840 thread.cpp \840 common/misc/thread.cpp \ 841 841 r0drv/memobj-r0drv.cpp \ 842 842 r0drv/os2/alloc-r0drv-os2.cpp \ … … 868 868 common/string/memchr.asm \ 869 869 r0drv/memobj-r0drv.cpp \ 870 thread.cpp \870 common/misc/thread.cpp \ 871 871 r0drv/freebsd/alloc-r0drv-freebsd.c \ 872 872 r0drv/freebsd/assert-r0drv-freebsd.c \ … … 891 891 common/string/memchr.asm \ 892 892 r0drv/memobj-r0drv.cpp \ 893 thread.cpp \893 common/misc/thread.cpp \ 894 894 r0drv/solaris/alloc-r0drv-solaris.c \ 895 895 r0drv/solaris/assert-r0drv-solaris.c \ … … 960 960 RuntimeOS2GuestR0_DEFS = RT_WITH_VBOX RT_WITHOUT_NOCRT_WRAPPERS 961 961 RuntimeOS2GuestR0_SOURCES = \ 962 $(filter-out assert.cpp generic/RTLogWriteUser-generic.cpp,$(RuntimeR0Drv_SOURCES)) \962 $(filter-out common/misc/assert.cpp generic/RTLogWriteUser-generic.cpp,$(RuntimeR0Drv_SOURCES)) \ 963 963 $(RuntimeR0Drv_SOURCES.os2) \ 964 964 VBox/logbackdoor.cpp … … 984 984 table/avlu32.cpp \ 985 985 table/avllu32.cpp \ 986 assert.cpp \986 common/misc/assert.cpp \ 987 987 generic/RTAssertDoBreakpoint-generic.cpp \ 988 988 common/log/log.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.