Changeset 98497 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Feb 7, 2023 3:56:41 PM (2 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r98439 r98497 2137 2137 common/compiler/vcc/ftol2-vcc.asm \ 2138 2138 common/compiler/vcc/except-x86-vcc.cpp \ 2139 common/compiler/vcc/except-x86-vcc-asm.asm 2139 common/compiler/vcc/except-x86-vcc-asm.asm \ 2140 common/compiler/vcc/x86-allshl.asm \ 2141 common/compiler/vcc/x86-allshr.asm \ 2142 common/compiler/vcc/x86-aullshr.asm \ 2143 common/compiler/vcc/x86-allmul.asm \ 2144 common/compiler/vcc/x86-alldiv.asm \ 2145 common/compiler/vcc/x86-allrem.asm \ 2146 common/compiler/vcc/x86-alldvrm.asm \ 2147 common/compiler/vcc/x86-aulldiv.asm \ 2148 common/compiler/vcc/x86-aullrem.asm \ 2149 common/compiler/vcc/x86-aulldvrm.asm \ 2150 common/compiler/vcc/RTVccUInt64Div.cpp 2140 2151 RuntimeR3_VBOX_NOCRT_ALIASES.win := \ 2141 2152 strtok_s=nocrt_strtok_r _strtok_s=nocrt_strtok_r nocrt_strtok_s=nocrt_strtok_r \
Note:
See TracChangeset
for help on using the changeset viewer.