Added factory provider for default log streams. Added default log streams to std::out and std::cerr. Updated VC8 project config, boost workarounds is now working for the viewer. Updated unit test suite. Fixed some minor issues in the postprocessing-framework. BROKEN: DebugDLL build. git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@292 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
18 lines
546 B
XML
18 lines
546 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="UnitTest"
|
|
OutputDirectory="./../../lib/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories=""..\..\contrib\cppunit-1.12.1\include""
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalLibraryDirectories=""..\..\contrib\cppunit-1.12.1\lib""
|
|
/>
|
|
</VisualStudioPropertySheet>
|