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 | 58b1c2d54a7664f27f22dd1926e5e7025e32182f (patch) | |
| tree | 4ddc37a8c30dd2e799d5fcaef2e78dcce41a5786 /clang/win32 | |
| parent | 454ff53d58ac73c1c8223d1fbf8732181f671c00 (diff) | |
| download | bcm5719-llvm-58b1c2d54a7664f27f22dd1926e5e7025e32182f.tar.gz bcm5719-llvm-58b1c2d54a7664f27f22dd1926e5e7025e32182f.zip | |
update post-build step
llvm-svn: 58878
Diffstat (limited to 'clang/win32')
| -rw-r--r-- | clang/win32/clangDriver/clangDriver.vcproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/win32/clangDriver/clangDriver.vcproj b/clang/win32/clangDriver/clangDriver.vcproj index 8211643d127..b377dc624c7 100644 --- a/clang/win32/clangDriver/clangDriver.vcproj +++ b/clang/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>
|

