VirtualBox

Changeset 74284 in vbox for trunk/src


Ignore:
Timestamp:
Sep 14, 2018 11:04:29 PM (6 years ago)
Author:
vboxsync
Message:

IPRT/Makefile.kmk: Trying to reduce sources in RuntimeBldProg (win). bugref:9152

File:
1 edited

Legend:

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

    r74283 r74284  
    16201620        common/ldr/ldrNative.cpp \
    16211621        common/ldr/ldrPE.cpp \
     1622        common/ldr/ldrVfsFile.cpp \
    16221623        common/log/log.cpp \
    16231624        common/log/logellipsis.cpp \
     
    17841785        r3/tcp.cpp \
    17851786        VBox/log-vbox.cpp \
    1786         VBox/RTAssertShouldPanic-vbox.cpp
     1787        VBox/RTAssertShouldPanic-vbox.cpp \
     1788       \
     1789       common/string/ministring.cpp
    17871790ifneq ($(KBUILD_HOST),win)
    17881791 RuntimeBldProg_SOURCES        += \
    17891792        common/err/errmsgxpcom.cpp
     1793endif
     1794ifeq ($(KBUILD_HOST),win)
     1795 RuntimeBldProg_SOURCES        += \
     1796        common/string/RTUtf16NLenEx.cpp \
     1797        common/string/RTUtf16CopyAscii.cpp \
     1798        common/string/RTUtf16End.cpp \
     1799        generic/RTPathGetCurrentDrive-generic.cpp
    17901800endif
    17911801RuntimeBldProg_SOURCES.darwin = $(filter-out \
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