Changeset 17588 in vbox for trunk/src/VBox/Runtime/Makefile.kmk
- Timestamp:
- Mar 9, 2009 4:03:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r17582 r17588 993 993 RuntimeR0Drv_SOURCES = \ 994 994 common/alloc/alloc.cpp \ 995 common/alloc/heapsimple.cpp \ 995 996 common/misc/RTAssertMsg2.cpp \ 996 997 common/checksum/crc32.cpp \ … … 1036 1037 ## bird: Why don't we just extern "C" {} that file then? 1037 1038 RuntimeR0Drv_SOURCES.linux = \ 1038 common/alloc/heapsimple.cpp \1039 1039 common/string/strpbrk.cpp \ 1040 1040 common/err/RTErrConvertToErrno.cpp \ … … 1067 1067 1068 1068 RuntimeR0Drv_SOURCES.win = \ 1069 common/alloc/heapsimple.cpp \1070 1069 common/misc/thread.cpp \ 1071 1070 common/string/memcmp.asm \
Note:
See TracChangeset
for help on using the changeset viewer.