VirtualBox

Changeset 26757 in vbox for trunk


Ignore:
Timestamp:
Feb 24, 2010 5:03:22 PM (15 years ago)
Author:
vboxsync
Message:

Runtime: Don't use crc32-zlib.cpp for the static runtime versions.

File:
1 edited

Legend:

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

    r26659 r26757  
    215215        common/alloc/memcache.cpp \
    216216        common/checksum/adler32.cpp \
    217         common/checksum/crc32-zlib.cpp \
     217        common/checksum/crc32.cpp \
    218218        common/checksum/crc64.cpp \
    219219        common/checksum/md5.cpp \
     
    941941VBoxRT_SOURCES                 = \
    942942        VBox/VBoxRTDeps.cpp \
    943         $(RuntimeR3_SOURCES)
     943        $(filter-out common/checksum/crc32.cpp, $(RuntimeR3_SOURCES))
    944944VBoxRT_SOURCES                += \
    945945        common/misc/s3.cpp \
    946946        r3/xml.cpp \
    947947        common/checksum/RTSha1Digest.cpp \
     948        common/checksum/crc32-zlib.cpp \
    948949        common/checksum/manifest.cpp \
    949950        common/checksum/sha1.cpp \
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