VirtualBox

Changeset 95737 in vbox


Ignore:
Timestamp:
Jul 20, 2022 2:25:13 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
152440
Message:

IPRT/Makefile.kmk: Some static/nocrt adjustments for RuntimeGuestR3. bugref:10261

File:
1 edited

Legend:

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

    r95464 r95737  
    22512251        r3/win/vcc-fakes-shell32-A.asm \
    22522252
     2253ifdef VBOX_WITH_NOCRT_STATIC
     2254 RuntimeGuestR3_SOURCES +=
     2255 RuntimeGuestR3_SOURCES.x86 += \
     2256        common/string/memcpy.asm \
     2257        common/string/memchr.asm \
     2258        common/string/memcmp.asm \
     2259        common/string/memmove.asm \
     2260        common/string/memset.asm \
     2261        common/string/strlen.asm \
     2262        common/string/strchr.asm \
     2263        common/string/strcmp.asm \
     2264        common/string/strncmp.asm
     2265 RuntimeGuestR3_SOURCES.amd64 += \
     2266        common/string/memcpy.asm \
     2267        common/string/memchr.asm \
     2268        common/string/memcmp.asm \
     2269        common/string/memmove.asm \
     2270        common/string/memset.asm \
     2271        common/string/strlen.asm \
     2272        common/string/strchr.asm \
     2273        common/string/strcmp.asm \
     2274        common/string/strncmp.asm
     2275 RuntimeR3NoCrt_SOURCES.win += \
     2276        r3/win/nocrt-startup-exe-win.cpp \
     2277        r3/win/nocrt-alloc-win.cpp \
     2278        r3/win/nocrt-streams-win.cpp
     2279endif
     2280
    22532281
    22542282#
Note: See TracChangeset for help on using the changeset viewer.

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