VirtualBox

Changeset 95815 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 25, 2022 1:25:52 PM (2 years ago)
Author:
vboxsync
Message:

IPRT/Makefile.kmk: A bunch of VBOX_WITH_NOCRT_STATIC adjustments. bugref:10261

File:
1 edited

Legend:

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

    r95738 r95815  
    22542254
    22552255ifdef VBOX_WITH_NOCRT_STATIC
    2256  RuntimeGuestR3_SOURCES +=
     2256 RuntimeGuestR3_SOURCES := $(filter-out \
     2257        r3/alloc.cpp \
     2258        r3/alloc-ef.cpp \
     2259        r3/stream.cpp \
     2260        common/misc/json.cpp \
     2261        common/string/ministring.cpp \
     2262        generic/env-generic.cpp \
     2263        generic/RTLogWriteStdErr-generic.cpp \
     2264        generic/RTLogWriteStdOut-generic.cpp \
     2265        ,$(RuntimeGuestR3_SOURCES)) \
     2266        common/string/strrchr.cpp \
     2267        common/string/strstr.cpp \
     2268        common/string/strcspn.cpp \
     2269        common/string/strpbrk.cpp
     2270 RuntimeGuestR3_SOURCES.win := $(filter-out \
     2271        r3/generic/RTLocaleQueryLocaleName-r3-generic.cpp \
     2272        ,$(RuntimeGuestR3_SOURCES.win)) \
     2273        r3/win/nocrt-RTLogWriteStdErr-win.cpp \
     2274        r3/win/nocrt-RTLogWriteStdOut-win.cpp
    22572275 RuntimeGuestR3_SOURCES.x86 += \
    22582276        common/string/memcpy.asm \
     
    22642282        common/string/strchr.asm \
    22652283        common/string/strcmp.asm \
    2266         common/string/strncmp.asm
     2284        common/string/strncmp.asm \
     2285        common/string/strcpy.asm
    22672286 RuntimeGuestR3_SOURCES.amd64 += \
    22682287        common/string/memcpy.asm \
     
    22742293        common/string/strchr.asm \
    22752294        common/string/strcmp.asm \
    2276         common/string/strncmp.asm
    2277  RuntimeR3NoCrt_SOURCES.win += \
     2295        common/string/strncmp.asm \
     2296        common/string/strcpy.asm
     2297 RuntimeGuestR3_SOURCES.win += \
    22782298        r3/win/nocrt-startup-exe-win.cpp \
    22792299        r3/win/nocrt-alloc-win.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