Files
2025-09-29 00:52:08 +02:00

20 lines
614 B
Plaintext
Executable File

Rules {
Scratch.NoAdditionalIncludes = 'true'
Scratch.Arch[Platform=='IOS'] = 'ios'
Scratch.Arch[Platform=='OSX'] = 'osx'
Scratch.Arch[Platform=='Android'] = 'android'
# 'XCode Version'
Scratch.IOSXCodeVersion[Platform=='IOS'] = '0730'
# 'IOSArchitecture'
Scratch.IOSSupport32Bit[Platform=='IOS'] = 'false'
Scratch.IOSSupport64Bit[Platform=='IOS'] = 'true'
# 'IOS VS Settings' (Settings needed to configure the VS version of the IOS project)
Scratch.IOSVSMinOSVersion = '7'
Scratch.IOSVSLibOutputDirectory = '$(RAGE_DIR)\lib\IOS_VS\<Config>'
}
Include game.rules