84 lines
1.8 KiB
TOML
84 lines
1.8 KiB
TOML
FileVersion = 1
|
|
|
|
[Project]
|
|
Name = "SDL3"
|
|
TargetType = "BeefLib"
|
|
StartupObject = "SDL3.Program"
|
|
|
|
[Dependencies]
|
|
corlib = "*"
|
|
corlib = "*"
|
|
"CxxBuildTool.git" = {Git = "https://git.unicon-gmbh.de/Rune/CxxBuildTool.git"}
|
|
|
|
[Configs.Debug.Win32]
|
|
LibPaths = ["$(BuildDir)/SDL3-static.lib"]
|
|
|
|
[Configs.Debug.Win64]
|
|
LibPaths = ["$(BuildDir)/SDL3-static.lib"]
|
|
|
|
[Configs.Debug.Linux32]
|
|
LibPaths = ["$(BuildDir)/SDL3-static.a"]
|
|
|
|
[Configs.Debug.Linux64]
|
|
LibPaths = ["$(BuildDir)/SDL3-static.a"]
|
|
|
|
[Configs.Debug.macOS]
|
|
LibPaths = ["$(BuildDir)/SDL3-static.a"]
|
|
|
|
[Configs.Debug.wasm]
|
|
LibPaths = ["$(BuildDir)/SDL3-static.a"]
|
|
|
|
[Configs.Release.Win32]
|
|
LibPaths = ["$(BuildDir)/SDL3-static.lib"]
|
|
|
|
[Configs.Release.Win64]
|
|
LibPaths = ["$(BuildDir)/SDL3-static.lib"]
|
|
|
|
[Configs.Release.Linux32]
|
|
LibPaths = ["$(BuildDir)/SDL3-static.a"]
|
|
|
|
[Configs.Release.Linux64]
|
|
LibPaths = ["$(BuildDir)/SDL3-static.a"]
|
|
|
|
[Configs.Release.macOS]
|
|
LibPaths = ["$(BuildDir)/SDL3-static.a"]
|
|
|
|
[Configs.Release.wasm]
|
|
LibPaths = ["$(BuildDir)/SDL3-static.a"]
|
|
|
|
[Configs.Paranoid.Win32]
|
|
LibPaths = ["$(BuildDir)/SDL3-static.lib"]
|
|
|
|
[Configs.Paranoid.Win64]
|
|
LibPaths = ["$(BuildDir)/SDL3-static.lib"]
|
|
|
|
[Configs.Paranoid.Linux32]
|
|
LibPaths = ["$(BuildDir)/SDL3-static.a"]
|
|
|
|
[Configs.Paranoid.Linux64]
|
|
LibPaths = ["$(BuildDir)/SDL3-static.a"]
|
|
|
|
[Configs.Paranoid.macOS]
|
|
LibPaths = ["$(BuildDir)/SDL3-static.a"]
|
|
|
|
[Configs.Paranoid.wasm]
|
|
LibPaths = ["$(BuildDir)/SDL3-static.a"]
|
|
|
|
[Configs.Test.Win32]
|
|
LibPaths = ["$(BuildDir)/SDL3-static.lib"]
|
|
|
|
[Configs.Test.Win64]
|
|
LibPaths = ["$(BuildDir)/SDL3-static.lib"]
|
|
|
|
[Configs.Test.Linux32]
|
|
LibPaths = ["$(BuildDir)/SDL3-static.a"]
|
|
|
|
[Configs.Test.Linux64]
|
|
LibPaths = ["$(BuildDir)/SDL3-static.a"]
|
|
|
|
[Configs.Test.macOS]
|
|
LibPaths = ["$(BuildDir)/SDL3-static.a"]
|
|
|
|
[Configs.Test.wasm]
|
|
LibPaths = ["$(BuildDir)/SDL3-static.a"]
|