Changeset 96108 in vbox
- Timestamp:
- Aug 8, 2022 11:16:23 AM (2 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 4 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r96102 r96108 2556 2556 RuntimeGuestR3Shared_EXTENDS := RuntimeGuestR3 2557 2557 RuntimeGuestR3Shared_INST = $(INST_ADDITIONS_LIB) 2558 2558 ifdef VBOX_WITH_NOCRT_STATIC 2559 if1of ($(KBUILD_TARGET), win) 2560 RuntimeGuestR3Shared_SDKS = $(RuntimeGuestR3_SDKS) VBOX_SOFTFLOATGUESTR3SHARED 2561 RuntimeGuestR3Shared_SOURCES = $(RuntimeGuestR3_SOURCES) \ 2562 common/math/fma.cpp \ 2563 common/math/fma-asm.asm \ 2564 common/math/fmaf.cpp \ 2565 common/math/fmaf-asm.asm \ 2566 2567 endif 2568 endif 2559 2569 2560 2570 #
Note:
See TracChangeset
for help on using the changeset viewer.