Author: kremenek
Date: Fri Nov  7 19:02:26 2008
New Revision: 58878

URL: http://llvm.org/viewvc/llvm-project?rev=58878&view=rev
Log:
update post-build step

Modified:
    cfe/trunk/win32/clangDriver/clangDriver.vcproj

Modified: cfe/trunk/win32/clangDriver/clangDriver.vcproj
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/win32/clangDriver/clangDriver.vcproj?rev=58878&r1=58877&r2=58878&view=diff

==============================================================================
--- cfe/trunk/win32/clangDriver/clangDriver.vcproj (original)
+++ cfe/trunk/win32/clangDriver/clangDriver.vcproj Fri Nov  7 19:02:26 2008
@@ -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>


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to