summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-11-08 01:02:26 +0000
committerTed Kremenek <kremenek@apple.com>2008-11-08 01:02:26 +0000
commit1a4d34fea72f327c78fad86dd8803ad2cdae9334 (patch)
tree979cac5a3b3fc1e6f5cc9d261221fc511e1df1fd /win32
parente3dc28a32a61960bdef59f79d0da161c72a5c88a (diff)
downloadclang-1a4d34fea72f327c78fad86dd8803ad2cdae9334.tar.gz
update post-build step
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58878 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rw-r--r--win32/clangDriver/clangDriver.vcproj3
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 &quot;%DSTROOT%\AppleInternal\Bin&quot;&#x0D;&#x0A;copy &quot;$(TargetDir)$(TargetName).exe&quot; &quot;%DSTROOT%\AppleInternal\Bin&quot;"
+ CommandLine="mkdir &quot;%DSTROOT%\AppleInternal\Bin&quot;&#x0D;&#x0A;copy &quot;$(TargetDir)$(TargetName).exe&quot; &quot;%DSTROOT%\AppleInternal\Bin&quot;&#x0D;&#x0A;"
/>
</Configuration>
<Configuration
@@ -177,6 +177,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ CommandLine="mkdir &quot;%DSTROOT%\AppleInternal\Bin&quot;&#x0D;&#x0A;copy &quot;$(TargetDir)$(TargetName).exe&quot; &quot;%DSTROOT%\AppleInternal\Bin&quot;&#x0D;&#x0A;"
/>
</Configuration>
</Configurations>