[Opal-commits] opal/vc8 opal-ode.vcproj,1.2,1.3 opal.sln,1.1,1.2
Status: Inactive
Brought to you by:
tylerstreeter
|
From: Olex <ole...@us...> - 2005-12-04 03:27:19
|
Update of /cvsroot/opal/opal/vc8 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31572/vc8 Modified Files: opal-ode.vcproj opal.sln Log Message: Updated vc8 project files. MSVC fixes. Index: opal-ode.vcproj =================================================================== RCS file: /cvsroot/opal/opal/vc8/opal-ode.vcproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** opal-ode.vcproj 19 Oct 2005 22:16:58 -0000 1.2 --- opal-ode.vcproj 4 Dec 2005 03:27:11 -0000 1.3 *************** *** 7,11 **** RootNamespace="opal-ode" Keyword="Win32Proj" - SignManifests="true" > <Platforms> --- 7,10 ---- *************** *** 46,50 **** EnableIntrinsicFunctions="false" FavorSizeOrSpeed="0" ! AdditionalIncludeDirectories="" PreprocessorDefinitions="WIN32;_DEBUG;_LIB;OPAL_DLL_EXPORTING" MinimalRebuild="true" --- 45,49 ---- EnableIntrinsicFunctions="false" FavorSizeOrSpeed="0" ! AdditionalIncludeDirectories=""C:\Olex\work\ode-0.5\include"" PreprocessorDefinitions="WIN32;_DEBUG;_LIB;OPAL_DLL_EXPORTING" MinimalRebuild="true" *************** *** 67,72 **** <Tool Name="VCLinkerTool" ! AdditionalDependencies="ode_d.lib" OutputFile="$(OutDir)/opal-ode_d.dll" IgnoreDefaultLibraryNames="libcmt" GenerateDebugInformation="true" --- 66,72 ---- <Tool Name="VCLinkerTool" ! AdditionalDependencies="oded.lib OPCODE_d.lib" OutputFile="$(OutDir)/opal-ode_d.dll" + AdditionalLibraryDirectories="C:\Olex\work\ode-0.5\lib" IgnoreDefaultLibraryNames="libcmt" GenerateDebugInformation="true" *************** *** 125,129 **** EnableIntrinsicFunctions="true" FavorSizeOrSpeed="1" ! AdditionalIncludeDirectories="" PreprocessorDefinitions="WIN32;NDEBUG;_LIB;OPAL_DLL_EXPORTING" RuntimeLibrary="2" --- 125,129 ---- EnableIntrinsicFunctions="true" FavorSizeOrSpeed="1" ! AdditionalIncludeDirectories=""C:\Olex\work\ode-0.5\include"" PreprocessorDefinitions="WIN32;NDEBUG;_LIB;OPAL_DLL_EXPORTING" RuntimeLibrary="2" *************** *** 144,149 **** <Tool Name="VCLinkerTool" ! AdditionalDependencies="ode.lib" OutputFile="$(OutDir)/opal-ode.dll" IgnoreDefaultLibraryNames="libcmt" OptimizeReferences="2" --- 144,150 ---- <Tool Name="VCLinkerTool" ! AdditionalDependencies="ode.lib OPCODE.lib" OutputFile="$(OutDir)/opal-ode.dll" + AdditionalLibraryDirectories=""C:\Olex\work\ode-0.5\lib"" IgnoreDefaultLibraryNames="libcmt" OptimizeReferences="2" *************** *** 227,230 **** --- 228,239 ---- </File> <File + RelativePath="..\src\Point3r.cpp" + > + </File> + <File + RelativePath="..\src\Quaternion.cpp" + > + </File> + <File RelativePath="..\src\RaycastSensor.cpp" > *************** *** 263,266 **** --- 272,279 ---- </File> <File + RelativePath="..\src\Vec3r.cpp" + > + </File> + <File RelativePath="..\src\VolumeSensor.cpp" > *************** *** 351,354 **** --- 364,371 ---- </File> <File + RelativePath="..\src\Mass.h" + > + </File> + <File RelativePath="..\src\MeshShapeData.h" > Index: opal.sln =================================================================== RCS file: /cvsroot/opal/opal/vc8/opal.sln,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** opal.sln 16 Aug 2005 08:28:21 -0000 1.1 --- opal.sln 4 Dec 2005 03:27:11 -0000 1.2 *************** *** 3,6 **** --- 3,11 ---- Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opal-ode", "opal-ode.vcproj", "{312196D4-105B-4444-A33A-2ECE3C7D6D64}" EndProject + Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unittests", "..\unittests\unittests.vcproj", "{A211B4F7-11A8-4392-9934-ABAE5B31BDA8}" + ProjectSection(ProjectDependencies) = postProject + {312196D4-105B-4444-A33A-2ECE3C7D6D64} = {312196D4-105B-4444-A33A-2ECE3C7D6D64} + EndProjectSection + EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution *************** *** 13,16 **** --- 18,25 ---- {312196D4-105B-4444-A33A-2ECE3C7D6D64}.Release|Win32.ActiveCfg = Release|Win32 {312196D4-105B-4444-A33A-2ECE3C7D6D64}.Release|Win32.Build.0 = Release|Win32 + {A211B4F7-11A8-4392-9934-ABAE5B31BDA8}.Debug|Win32.ActiveCfg = Debug|Win32 + {A211B4F7-11A8-4392-9934-ABAE5B31BDA8}.Debug|Win32.Build.0 = Debug|Win32 + {A211B4F7-11A8-4392-9934-ABAE5B31BDA8}.Release|Win32.ActiveCfg = Release|Win32 + {A211B4F7-11A8-4392-9934-ABAE5B31BDA8}.Release|Win32.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution |