Skip to content

Commit

Permalink
Merge pull request #19 from sivetic/master
Browse files Browse the repository at this point in the history
Fixed intermediate dir in vcprojects
  • Loading branch information
Project OSRM committed Oct 6, 2011
2 parents c3125c2 + 7541a61 commit a2389d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vcprojects/createHierarchy.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)..\bin"
IntermediateDirectory="(SolutionDir)..\bin"
IntermediateDirectory="$(SolutionDir)..\bin"
ConfigurationType="1"
InheritedPropertySheets=".\osrm.vsprops"
CharacterSet="1"
Expand Down
2 changes: 1 addition & 1 deletion vcprojects/extractor.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
/>
<Tool
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>
</Configurations>
Expand Down

0 comments on commit a2389d7

Please sign in to comment.