Fixed premake file of examples and template

Former-commit-id: 9fb60b867d80450a6afb97dbc65904bfee89b377
This commit is contained in:
Lynix
2012-10-24 17:59:14 +02:00
parent 5bbc8d0fa4
commit bb003885bf
4 changed files with 5 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ kind "ConsoleApp"
files "main.cpp"
if (_OPTIONS["one-library"]) then
if (_OPTIONS["united"]) then
configuration "DebugStatic"
links "NazaraEngine-s-d"