From: <br...@us...> - 2008-09-09 07:47:22
|
Revision: 3595 http://openvrml.svn.sourceforge.net/openvrml/?rev=3595&view=rev Author: braden Date: 2008-09-09 07:47:33 +0000 (Tue, 09 Sep 2008) Log Message: ----------- Removed unnecessary backslash. Modified Paths: -------------- trunk/ChangeLog trunk/ide-projects/Windows/VisualC9_0/OpenVRML/javascript/javascript.vcproj Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2008-09-09 07:17:33 UTC (rev 3594) +++ trunk/ChangeLog 2008-09-09 07:47:33 UTC (rev 3595) @@ -1,5 +1,10 @@ 2008-09-09 Braden McDaniel <br...@en...> + * ide-projects/Windows/VisualC9_0/OpenVRML/javascript/javascript.vcproj: + Removed unnecessary backslash. + +2008-09-09 Braden McDaniel <br...@en...> + Order include directories consistently for Debug and Release configurations. Modified: trunk/ide-projects/Windows/VisualC9_0/OpenVRML/javascript/javascript.vcproj =================================================================== --- trunk/ide-projects/Windows/VisualC9_0/OpenVRML/javascript/javascript.vcproj 2008-09-09 07:17:33 UTC (rev 3594) +++ trunk/ide-projects/Windows/VisualC9_0/OpenVRML/javascript/javascript.vcproj 2008-09-09 07:47:33 UTC (rev 3595) @@ -63,7 +63,7 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="js3250.lib" - OutputFile="$(SolutionDir)\..\bin\script\$(ProjectName).dll" + OutputFile="$(SolutionDir)..\bin\script\$(ProjectName).dll" LinkIncremental="2" GenerateDebugInformation="true" SubSystem="2" @@ -139,7 +139,7 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="js3250.lib" - OutputFile="$(SolutionDir)\..\bin\script\$(ProjectName).dll" + OutputFile="$(SolutionDir)..\bin\script\$(ProjectName).dll" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="2" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |