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:
syntheticpp 2006-03-03 13:14:48 +00:00
parent 584ce0e3ad
commit a095b57814
18 changed files with 23 additions and 12 deletions

View file

@ -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");

View file

@ -102,6 +102,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..\include"
RuntimeLibrary="2"
WarningLevel="4"
/>
<Tool