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 "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"