From: <br...@us...> - 2012-05-01 05:15:00
|
Revision: 4283 http://openvrml.svn.sourceforge.net/openvrml/?rev=4283&view=rev Author: braden Date: 2012-05-01 05:14:52 +0000 (Tue, 01 May 2012) Log Message: ----------- Generate openvrml-gl.lib into arch-specific subdirectory. Modified Paths: -------------- trunk/ChangeLog trunk/src/libopenvrml-gl/openvrml-gl.vcxproj Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2012-05-01 05:06:12 UTC (rev 4282) +++ trunk/ChangeLog 2012-05-01 05:14:52 UTC (rev 4283) @@ -1,5 +1,10 @@ 2012-05-01 Braden McDaniel <br...@en...> + * src/libopenvrml-gl/openvrml-gl.vcxproj: Generate openvrml-gl.lib + into arch-specific subdirectory. + +2012-05-01 Braden McDaniel <br...@en...> + Project file clean-up. Remove references to site-specific library directories; these should be set in user (site-specific) properties. Reorganize preprocessor symbol definitions to Modified: trunk/src/libopenvrml-gl/openvrml-gl.vcxproj =================================================================== --- trunk/src/libopenvrml-gl/openvrml-gl.vcxproj 2012-05-01 05:06:12 UTC (rev 4282) +++ trunk/src/libopenvrml-gl/openvrml-gl.vcxproj 2012-05-01 05:14:52 UTC (rev 4283) @@ -72,7 +72,7 @@ <GenerateDebugInformation>true</GenerateDebugInformation> <DataExecutionPrevention> </DataExecutionPrevention> - <ImportLibrary>$(SolutionDir)$(Configuration)\lib\$(TargetName).lib</ImportLibrary> + <ImportLibrary>$(SolutionDir)$(Platform)\$(Configuration)\lib\$(TargetName).lib</ImportLibrary> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> @@ -97,7 +97,7 @@ <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> <DataExecutionPrevention> </DataExecutionPrevention> - <ImportLibrary>$(SolutionDir)$(Configuration)\lib\$(TargetName).lib</ImportLibrary> + <ImportLibrary>$(SolutionDir)$(Platform)\$(Configuration)\lib\$(TargetName).lib</ImportLibrary> </Link> </ItemDefinitionGroup> <ItemGroup> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |