diff options
Diffstat (limited to 'win32/clangDriver/clangDriver.vcproj')
-rw-r--r-- | win32/clangDriver/clangDriver.vcproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/clangDriver/clangDriver.vcproj b/win32/clangDriver/clangDriver.vcproj index 8211643d12..b377dc624c 100644 --- a/win32/clangDriver/clangDriver.vcproj +++ b/win32/clangDriver/clangDriver.vcproj @@ -95,7 +95,7 @@ />
<Tool
Name="VCPostBuildEventTool"
- CommandLine="mkdir "%DSTROOT%\AppleInternal\Bin"
copy "$(TargetDir)$(TargetName).exe" "%DSTROOT%\AppleInternal\Bin""
+ CommandLine="mkdir "%DSTROOT%\AppleInternal\Bin"
copy "$(TargetDir)$(TargetName).exe" "%DSTROOT%\AppleInternal\Bin"
"
/>
</Configuration>
<Configuration
@@ -177,6 +177,7 @@ />
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="mkdir "%DSTROOT%\AppleInternal\Bin"
copy "$(TargetDir)$(TargetName).exe" "%DSTROOT%\AppleInternal\Bin"
"
/>
</Configuration>
</Configurations>
|