update msvc project files: also compile in release mode
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@586 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
584ce0e3ad
commit
a095b57814
18 changed files with 23 additions and 12 deletions
|
@ -60,7 +60,7 @@ public:
|
|||
};
|
||||
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
int main()
|
||||
{
|
||||
// Instantiate both singletons by calling them...
|
||||
LogBook::Instance().print("LogClass singleton instantiated");
|
||||
|
|
|
@ -102,6 +102,7 @@
|
|||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\include"
|
||||
RuntimeLibrary="2"
|
||||
WarningLevel="4"
|
||||
/>
|
||||
<Tool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue