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"
end
@ -19,7 +19,7 @@ else
-- Link posix ?
end
if (_OPTIONS["one-library"]) then
if (_OPTIONS["united"]) then
excludes "../src/Nazara/Audio/Debug/Leaks.cpp"
else
configuration "DebugStatic"

View File

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

View File

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

View File

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

View File

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