VirtualBox

Changeset 95832 in vbox


Ignore:
Timestamp:
Jul 26, 2022 11:53:47 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
152554
Message:

IPRT/nocrt: Moved generic compiler support code for VS 2019 out of the r3/win dir and into common/compiler/vcc. bugref:10261

Location:
trunk/src/VBox/Runtime
Files:
2 added
1 edited
4 moved

Legend:

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

    r95831 r95832  
    22762276        r3/win/nocrt-atexit-win.asm \
    22772277        r3/win/nocrt-mainCRTStartup-win.asm \
    2278         r3/win/nocrt-stack-win.asm \
    2279         r3/win/nocrt-guard-win.asm \
     2278        common/compiler/vcc/guard-vcc.asm \
     2279        common/compiler/vcc/stack-vcc.asm \
    22802280        common/string/memcpy.asm \
    22812281        common/string/memchr.asm \
     
    22912291        r3/win/nocrt-atexit-win.asm \
    22922292        r3/win/nocrt-mainCRTStartup-win.asm \
    2293         r3/win/nocrt-stack-win.asm \
    2294         r3/win/nocrt-guard-win.asm \
     2293        common/compiler/vcc/guard-vcc.asm \
     2294        common/compiler/vcc/stack-vcc.asm \
    22952295        common/string/memcpy.asm \
    22962296        common/string/memchr.asm \
     
    23042304        common/string/strcpy.asm
    23052305 RuntimeGuestR3_SOURCES.win += \
     2306        common/compiler/vcc/loadcfg-vcc.c \
     2307        common/compiler/vcc/stacksup-vcc.cpp \
    23062308        r3/win/nocrt-startup-exe-win.cpp \
    2307         r3/win/nocrt-loadcfg-win.c \
    23082309        r3/win/nocrt-alloc-win.cpp \
    2309         r3/win/nocrt-streams-win.cpp \
    2310         r3/win/nocrt-stacksup-win.cpp
     2310        r3/win/nocrt-streams-win.cpp
    23112311endif
    23122312
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