Merge pull request #19 from sivetic/master

Fixed intermediate dir in vcprojects
This commit is contained in:
Project OSRM 2011-10-06 02:48:38 -07:00
commit a2389d741e
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@
<Configuration <Configuration
Name="Release|Win32" Name="Release|Win32"
OutputDirectory="$(SolutionDir)..\bin" OutputDirectory="$(SolutionDir)..\bin"
IntermediateDirectory="(SolutionDir)..\bin" IntermediateDirectory="$(SolutionDir)..\bin"
ConfigurationType="1" ConfigurationType="1"
InheritedPropertySheets=".\osrm.vsprops" InheritedPropertySheets=".\osrm.vsprops"
CharacterSet="1" CharacterSet="1"

View File

@ -177,7 +177,7 @@
/> />
<Tool <Tool
Name="VCPostBuildEventTool" Name="VCPostBuildEventTool"
CommandLine="xcopy &quot;$(SolutionDir)..\.stxxl&quot; &quot;$(OutDir)\&quot; /f /y&#x0D;&#x0A;xcopy &quot;$(SolutionDir)..\extractor.ini&quot; &quot;$(OutDir)\&quot; /f /y&#x0D;&#x0A;xcopy &quot;$(Bzip2Path)\bin\libbz2.dll&quot; &quot;$(OutDir)\&quot; /f /y&#x0D;&#x0A;" CommandLine="xcopy &quot;$(SolutionDir)..\.stxxl&quot; &quot;$(OutDir)\&quot; /f /y&#x0D;&#x0A;xcopy &quot;$(SolutionDir)..\extractor.ini&quot; &quot;$(OutDir)\&quot; /f /y&#x0D;&#x0A;xcopy &quot;$(SolutionDir)..\speedprofile.ini&quot; &quot;$(OutDir)\&quot; /f /y&#x0D;&#x0A;xcopy &quot;$(Bzip2Path)\bin\libbz2.dll&quot; &quot;$(OutDir)\&quot; /f /y&#x0D;&#x0A;"
/> />
</Configuration> </Configuration>
</Configurations> </Configurations>