Fixed premake file of examples and template
Former-commit-id: 9fb60b867d80450a6afb97dbc65904bfee89b377
This commit is contained in:
parent
5bbc8d0fa4
commit
bb003885bf
|
|
@ -1,4 +1,4 @@
|
|||
if (not _OPTIONS["one-library"]) then
|
||||
if (not _OPTIONS["united"]) then
|
||||
project "NazaraModuleName"
|
||||
end
|
||||
|
||||
|
|
@ -16,7 +16,7 @@ else
|
|||
excludes { "../src/Nazara/ModuleName/Win32/*.hpp", "../src/Nazara/ModuleName/Win32/*.cpp" }
|
||||
end
|
||||
|
||||
if (_OPTIONS["one-library"]) then
|
||||
if (_OPTIONS["united"]) then
|
||||
excludes "../src/Nazara/ModuleName/Debug/Leaks.cpp"
|
||||
else
|
||||
configuration "DebugStatic"
|
||||
|
|
@ -31,4 +31,3 @@ else
|
|||
configuration "ReleaseDLL"
|
||||
links "NazaraCore"
|
||||
end
|
||||
end
|
||||
|
|
@ -2,7 +2,7 @@ kind "ConsoleApp"
|
|||
|
||||
files "main.cpp"
|
||||
|
||||
if (_OPTIONS["one-library"]) then
|
||||
if (_OPTIONS["united"]) then
|
||||
configuration "DebugStatic"
|
||||
links "NazaraEngine-s-d"
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ kind "ConsoleApp"
|
|||
|
||||
files "main.cpp"
|
||||
|
||||
if (_OPTIONS["one-library"]) then
|
||||
if (_OPTIONS["united"]) then
|
||||
configuration "DebugStatic"
|
||||
links "NazaraEngine-s-d"
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ kind "ConsoleApp"
|
|||
|
||||
files "main.cpp"
|
||||
|
||||
if (_OPTIONS["one-library"]) then
|
||||
if (_OPTIONS["united"]) then
|
||||
configuration "DebugStatic"
|
||||
links "NazaraEngine-s-d"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue