Renamed "one-library" build option to "united"

Former-commit-id: 0578d236b4e209f1e9b35ae4302c040322e15ee8
This commit is contained in:
Lynix 2012-10-04 23:32:24 +02:00
parent defbb0f1a6
commit 34c1479a30
5 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
if (not _OPTIONS["one-library"]) then if (not _OPTIONS["united"]) then
project "NazaraAudio" project "NazaraAudio"
end end
@ -19,7 +19,7 @@ else
-- Link posix ? -- Link posix ?
end end
if (_OPTIONS["one-library"]) then if (_OPTIONS["united"]) then
excludes "../src/Nazara/Audio/Debug/Leaks.cpp" excludes "../src/Nazara/Audio/Debug/Leaks.cpp"
else else
configuration "DebugStatic" configuration "DebugStatic"

View File

@ -1,4 +1,4 @@
if (not _OPTIONS["one-library"]) then if (not _OPTIONS["united"]) then
project "NazaraCore" project "NazaraCore"
end end

View File

@ -1,4 +1,4 @@
if (not _OPTIONS["one-library"]) then if (not _OPTIONS["united"]) then
project "NazaraNoise" project "NazaraNoise"
end end
@ -16,7 +16,7 @@ else
excludes { "../src/Nazara/Noise/Win32/*.hpp", "../src/Nazara/Noise/Win32/*.cpp" } excludes { "../src/Nazara/Noise/Win32/*.hpp", "../src/Nazara/Noise/Win32/*.cpp" }
end end
if (_OPTIONS["one-library"]) then if (_OPTIONS["united"]) then
excludes "../src/Nazara/Noise/Debug/Leaks.cpp" excludes "../src/Nazara/Noise/Debug/Leaks.cpp"
else else
configuration "DebugStatic" configuration "DebugStatic"

View File

@ -1,4 +1,4 @@
if (not _OPTIONS["one-library"]) then if (not _OPTIONS["united"]) then
project "NazaraRenderer" project "NazaraRenderer"
end end
@ -21,7 +21,7 @@ else
excludes { "../src/Nazara/Renderer/Win32/*.hpp", "../src/Nazara/Renderer/Win32/*.cpp" } excludes { "../src/Nazara/Renderer/Win32/*.hpp", "../src/Nazara/Renderer/Win32/*.cpp" }
end end
if (_OPTIONS["one-library"]) then if (_OPTIONS["united"]) then
excludes "../src/Nazara/Renderer/Debug/Leaks.cpp" excludes "../src/Nazara/Renderer/Debug/Leaks.cpp"
else else
configuration "DebugStatic" configuration "DebugStatic"

View File

@ -1,4 +1,4 @@
if (not _OPTIONS["one-library"]) then if (not _OPTIONS["united"]) then
project "NazaraUtility" project "NazaraUtility"
end end
@ -20,7 +20,7 @@ else
excludes { "../src/Nazara/Utility/Win32/*.hpp", "../src/Nazara/Utility/Win32/*.cpp" } excludes { "../src/Nazara/Utility/Win32/*.hpp", "../src/Nazara/Utility/Win32/*.cpp" }
end end
if (_OPTIONS["one-library"]) then if (_OPTIONS["united"]) then
excludes "../src/Nazara/Utility/Debug/Leaks.cpp" excludes "../src/Nazara/Utility/Debug/Leaks.cpp"
else else
configuration "DebugStatic" configuration "DebugStatic"