Changeset 31829 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Aug 20, 2010 11:19:37 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r31252 r31829 1256 1256 $(RuntimeNoCrt_SOURCES) 1257 1257 1258 ifneq ($(KBUILD_TARGET),win)1259 RuntimeR0_SOURCES += \1260 common/checksum/crc32.cpp \1261 common/checksum/crc64.cpp \1262 common/checksum/md5.cpp \1263 common/checksum/ipv4.cpp \1264 common/checksum/ipv6.cpp \1265 common/misc/handletable.cpp \1266 common/misc/handletablectx.cpp \1267 common/misc/handletablesimple.cpp \1268 common/string/strformat.cpp \1269 common/string/strformatrt.cpp \1270 common/string/strformattype.cpp \1271 common/string/strprintf.cpp1272 endif1273 1274 1258 if1of ($(KBUILD_TARGET), darwin solaris freebsd) 1275 1259 RuntimeR0_SOURCES += \
Note:
See TracChangeset
for help on using the changeset viewer.