Update of /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml-gl
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28484/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml-gl
Modified Files:
openvrml-gl.vcproj
Log Message:
Put DLLs, EXEs in a common directory.
Index: openvrml-gl.vcproj
===================================================================
RCS file: /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml-gl/openvrml-gl.vcproj,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** openvrml-gl.vcproj 22 Sep 2006 22:23:09 -0000 1.6
--- openvrml-gl.vcproj 26 Sep 2006 15:42:51 -0000 1.7
***************
*** 68,72 ****
--- 68,74 ----
Name="VCLinkerTool"
AdditionalDependencies="GlU32.lib OpenGL32.lib"
+ OutputFile="$(SolutionDir)..\bin\$(ProjectName)d.dll"
GenerateDebugInformation="true"
+ ImportLibrary="$(SolutionDir)..\lib\$(TargetName).lib"
/>
<Tool
***************
*** 149,153 ****
--- 151,157 ----
Name="VCLinkerTool"
AdditionalDependencies="GlU32.lib OpenGL32.lib"
+ OutputFile="$(SolutionDir)..\bin\$(ProjectName).dll"
LinkTimeCodeGeneration="1"
+ ImportLibrary="$(SolutionDir)..\lib\$(TargetName).lib"
/>
<Tool
|