Changeset 96585 in vbox
- Timestamp:
- Sep 2, 2022 9:35:39 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r96581 r96585 363 363 # Select Windows 11 DDK. 364 364 VBOX_WITH_NEW_WINDOWS_DDK = 1 365 # Don't use the compiler CRT for statically linked modules, use IPRT with some 366 # additional CRT functionality. 367 # Note! This has only been tested with Visual C++ 2019. 368 if "$(KBUILD_TARGET)" == "win" && "$(KBUILD_TYPE)" != "asan" 369 VBOX_WITH_NOCRT_STATIC := 1 370 endif 365 371 366 372 ## @name Additions
Note:
See TracChangeset
for help on using the changeset viewer.