Changeset 28892 in vbox
- Timestamp:
- Apr 29, 2010 12:34:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r28877 r28892 1192 1192 RuntimeR0_INCS = include 1193 1193 RuntimeR0_SOURCES = \ 1194 common/checksum/crc32.cpp \1195 common/checksum/crc64.cpp \1196 common/checksum/md5.cpp \1197 common/checksum/ipv4.cpp \1198 common/checksum/ipv6.cpp \1199 1194 common/log/logellipsis.cpp \ 1200 1195 common/log/logrelellipsis.cpp \ … … 1209 1204 common/misc/RTAssertMsg2WeakV.cpp \ 1210 1205 common/misc/buildconfig.cpp \ 1211 common/misc/handletable.cpp \1212 common/misc/handletablectx.cpp \1213 common/misc/handletablesimple.cpp \1214 1206 common/misc/sanity-c.c \ 1215 1207 common/misc/sanity-cpp.cpp \ 1216 1208 common/misc/term.cpp \ 1217 common/string/strformat.cpp \1218 common/string/strformatrt.cpp \1219 common/string/strformattype.cpp \1220 1209 common/string/strncmp.cpp \ 1221 1210 common/string/strpbrk.cpp \ 1222 common/string/strprintf.cpp \1223 1211 common/table/avlgcptr.cpp \ 1224 1212 common/table/avlhcphys.cpp \ … … 1239 1227 \ 1240 1228 $(RuntimeNoCrt_SOURCES) 1229 1230 ifneq ($(KBUILD_TARGET),win) 1231 RuntimeR0_SOURCES += \ 1232 common/checksum/crc32.cpp \ 1233 common/checksum/crc64.cpp \ 1234 common/checksum/md5.cpp \ 1235 common/checksum/ipv4.cpp \ 1236 common/checksum/ipv6.cpp \ 1237 common/misc/handletable.cpp \ 1238 common/misc/handletablectx.cpp \ 1239 common/misc/handletablesimple.cpp \ 1240 common/string/strformat.cpp \ 1241 common/string/strformatrt.cpp \ 1242 common/string/strformattype.cpp \ 1243 common/string/strprintf.cpp 1244 endif 1241 1245 1242 1246 if1of ($(KBUILD_TARGET), darwin solaris freebsd)
Note:
See TracChangeset
for help on using the changeset viewer.