diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-11-08 01:02:26 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-11-08 01:02:26 +0000 |
commit | 1a4d34fea72f327c78fad86dd8803ad2cdae9334 (patch) | |
tree | 979cac5a3b3fc1e6f5cc9d261221fc511e1df1fd | |
parent | e3dc28a32a61960bdef59f79d0da161c72a5c88a (diff) | |
download | clang-1a4d34fea72f327c78fad86dd8803ad2cdae9334.tar.gz |
update post-build step
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58878 91177308-0d34-0410-b5e6-96231b3b80d8
-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>
|