aboutsummaryrefslogtreecommitdiff
path: root/Src/external_dependencies/openmpt-trunk/build/premake/premake-defaults-solution.lua
blob: 2be9b450e4682841ab9563db4dde087423ec0bd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

	preferredtoolarchitecture "x86_64"

	filter { "platforms:x86" }
		system "Windows"
		architecture "x86"
	filter { "platforms:x86_64" }
		system "Windows"
		architecture "x86_64"
	filter { "platforms:arm" }
		system "Windows"
		architecture "ARM"
	filter { "platforms:arm64" }
		system "Windows"
		architecture "ARM64"
	filter {}