Merge pull request #19 from sivetic/master
Fixed intermediate dir in vcprojects
This commit is contained in:
commit
a2389d741e
@ -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"
|
||||||
|
@ -177,7 +177,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="xcopy "$(SolutionDir)..\.stxxl" "$(OutDir)\" /f /y
xcopy "$(SolutionDir)..\extractor.ini" "$(OutDir)\" /f /y
xcopy "$(Bzip2Path)\bin\libbz2.dll" "$(OutDir)\" /f /y
"
|
CommandLine="xcopy "$(SolutionDir)..\.stxxl" "$(OutDir)\" /f /y
xcopy "$(SolutionDir)..\extractor.ini" "$(OutDir)\" /f /y
xcopy "$(SolutionDir)..\speedprofile.ini" "$(OutDir)\" /f /y
xcopy "$(Bzip2Path)\bin\libbz2.dll" "$(OutDir)\" /f /y
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
Loading…
Reference in New Issue
Block a user