VirtualBox

Changeset 28892 in vbox


Ignore:
Timestamp:
Apr 29, 2010 12:34:56 PM (15 years ago)
Author:
vboxsync
Message:

Reduce the size of RuntimeR0 for Windows hosts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile.kmk

    r28877 r28892  
    11921192RuntimeR0_INCS          = include
    11931193RuntimeR0_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 \
    11991194        common/log/logellipsis.cpp \
    12001195        common/log/logrelellipsis.cpp \
     
    12091204        common/misc/RTAssertMsg2WeakV.cpp \
    12101205        common/misc/buildconfig.cpp \
    1211         common/misc/handletable.cpp \
    1212         common/misc/handletablectx.cpp \
    1213         common/misc/handletablesimple.cpp \
    12141206        common/misc/sanity-c.c \
    12151207        common/misc/sanity-cpp.cpp \
    12161208        common/misc/term.cpp \
    1217         common/string/strformat.cpp \
    1218         common/string/strformatrt.cpp \
    1219         common/string/strformattype.cpp \
    12201209        common/string/strncmp.cpp \
    12211210        common/string/strpbrk.cpp \
    1222         common/string/strprintf.cpp \
    12231211        common/table/avlgcptr.cpp \
    12241212        common/table/avlhcphys.cpp \
     
    12391227        \
    12401228        $(RuntimeNoCrt_SOURCES)
     1229
     1230ifneq ($(KBUILD_TARGET),win)
     1231RuntimeR0_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
     1244endif
    12411245
    12421246if1of ($(KBUILD_TARGET), darwin solaris freebsd)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette