File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,9 +3,7 @@ UseD3DMulti = yes ;
33UseD3DMultiList = DX11 vulkan Metal ;
44if $(Headless) = yes { UseD3DMultiList = stub ; }
55
6- PlatformArch_windows ?= host_arch ;
7- PlatformSpec_windows ?= clang ;
8- include $(Root)/prog/_jBuild/defPlatform.jam ;
6+ include $(Root)/prog/samples/samples_setup.jam ;
97
108TargetType = exe ;
119Target = samples/physTest$(PhysEngine)-$(Platform)-$(PlatformArch) ;
Original file line number Diff line number Diff line change 1+ PlatformArch_windows ?= host_arch ;
2+ PlatformSpec_windows ?= clang ;
3+ CheckedContainers ?= yes ;
4+ Exceptions ?= no ;
5+
6+ include $(Root)/prog/_jBuild/defPlatform.jam ;
7+
8+ if $(Platform)-$(PlatformArch) != windows-x86 { SSEVersion ?= 4 ; }
9+ if $(Platform)-$(PlatformArch) = linux-x86_64 {
10+ MArch ?= haswell ;
11+ if $(MArch) != -default- && ! -march=$(MArch) in $(GlobalCPPopt) { GlobalCPPopt += -march=$(MArch) ; }
12+ }
Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ Root ?= ../../.. ;
22Location = samples/skiesSample/prog ;
33UseD3DMulti ?= yes ;
44
5- PlatformArch_windows ?= host_arch ;
6- PlatformSpec_windows ?= clang ;
5+ include $(Root)/prog/samples/samples_setup.jam ;
76
87include $(Root)/prog/_jBuild/defaults.jam ;
98
Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ Root ?= ../../.. ;
22Location = samples/testGI/prog ;
33UseD3DMulti ?= yes ;
44
5- PlatformArch_windows ?= host_arch ;
6- PlatformSpec_windows ?= clang ;
5+ include $(Root)/prog/samples/samples_setup.jam ;
76
87include $(Root)/prog/_jBuild/defaults.jam ;
98
You can’t perform that action at this time.
0 commit comments