Changeset 98496 in vbox for trunk/src/VBox/Runtime/testcase/Makefile.kmk
- Timestamp:
- Feb 7, 2023 3:56:27 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/Makefile.kmk
r98409 r98496 215 215 endif 216 216 if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), win.x86 win.amd64) 217 PROGRAMS += tstRTNoCrt-3 tstRTNoCrt-3r tstRTNoCrt-4 217 PROGRAMS += tstRTNoCrt-3 tstRTNoCrt-3r tstRTNoCrt-4 tstRTNoCrt-5 218 218 endif 219 219 endif … … 736 736 tstRTNoCrt-4_SOURCES := tstRTNoCrt-4.cpp 737 737 738 tstRTNoCrt-5_TEMPLATE := VBoxR3TstExeStatic 739 if "$(KBUILD_TARGET_ARCH)" == "amd64" \ 740 && !defined(VBOX_ONLY_ADDITIONS) && !defined(VBOX_ONLY_VALIDATIONKIT) && !defined(VBOX_ONLY_DOCS) # mirrors RuntimeR3-x86 cond 741 tstRTNoCrt-5_BLD_TRG_ARCH := x86 742 endif 743 tstRTNoCrt-5_SOURCES := tstRTNoCrt-5.cpp 744 tstRTNoCrt-5_SOURCES.win.x86 := \ 745 ../common/compiler/vcc/x86-allshl.asm \ 746 ../common/compiler/vcc/x86-allshr.asm \ 747 ../common/compiler/vcc/x86-aullshr.asm \ 748 ../common/compiler/vcc/x86-allmul.asm \ 749 ../common/compiler/vcc/x86-aulldiv.asm \ 750 ../common/compiler/vcc/x86-aullrem.asm \ 751 ../common/compiler/vcc/x86-aulldvrm.asm \ 752 ../common/compiler/vcc/x86-alldiv.asm \ 753 ../common/compiler/vcc/x86-allrem.asm \ 754 ../common/compiler/vcc/x86-alldvrm.asm \ 755 ../common/compiler/vcc/RTVccUInt64Div.cpp 756 738 757 tstRTNtPath-1_TEMPLATE = VBoxR3TstExe 739 758 tstRTNtPath-1_SOURCES = tstRTNtPath-1.cpp
Note:
See TracChangeset
for help on using the changeset viewer.