Added Linux build
This commit is contained in:
parent
e8d4574091
commit
60342adbea
@ -54,6 +54,7 @@ Build {
|
|||||||
Config { Name = "win32-msvc", Inherit = win32, Tools = { "msvc" }, SupportedHosts = { "windows" }, },
|
Config { Name = "win32-msvc", Inherit = win32, Tools = { "msvc" }, SupportedHosts = { "windows" }, },
|
||||||
Config { Name = "win64-msvc", Inherit = win32, Tools = { "msvc" }, SupportedHosts = { "windows" }, },
|
Config { Name = "win64-msvc", Inherit = win32, Tools = { "msvc" }, SupportedHosts = { "windows" }, },
|
||||||
Config { Name = "macosx-clang", Inherit = macosx, Tools = { "clang-osx" }, SupportedHosts = { "macosx" },},
|
Config { Name = "macosx-clang", Inherit = macosx, Tools = { "clang-osx" }, SupportedHosts = { "macosx" },},
|
||||||
|
Config { Name = "linux-gcc", Tools = { "gcc" }, SupportedHosts = { "linux" },},
|
||||||
},
|
},
|
||||||
|
|
||||||
Units = {
|
Units = {
|
||||||
|
@ -8,7 +8,7 @@ StaticLibrary {
|
|||||||
Dir = "src",
|
Dir = "src",
|
||||||
Extensions = { ".cpp", ".c", ".h", ".s", ".m" },
|
Extensions = { ".cpp", ".c", ".h", ".s", ".m" },
|
||||||
Filters = {
|
Filters = {
|
||||||
{ Pattern = "[/\\]win32[/\\]"; Config = "win32-*" },
|
{ Pattern = "[/\\]windows[/\\]"; Config = { "win32-*", "win64-*" } },
|
||||||
{ Pattern = "[/\\]macosx[/\\]"; Config = "mac*-*" },
|
{ Pattern = "[/\\]macosx[/\\]"; Config = "mac*-*" },
|
||||||
{ Pattern = "[/\\]unix[/\\]"; Config = { "freebsd*-*", "linux*-*" } },
|
{ Pattern = "[/\\]unix[/\\]"; Config = { "freebsd*-*", "linux*-*" } },
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user