Merge pull request #19 from sivetic/master
Fixed intermediate dir in vcprojects
This commit is contained in:
commit
a2389d741e
@ -99,7 +99,7 @@
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(SolutionDir)..\bin"
|
||||
IntermediateDirectory="(SolutionDir)..\bin"
|
||||
IntermediateDirectory="$(SolutionDir)..\bin"
|
||||
ConfigurationType="1"
|
||||
InheritedPropertySheets=".\osrm.vsprops"
|
||||
CharacterSet="1"
|
||||
|
@ -177,7 +177,7 @@
|
||||
/>
|
||||
<Tool
|
||||
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>
|
||||
</Configurations>
|
||||
|
Loading…
Reference in New Issue
Block a user