Back to the VC++ environment.

Fixed an error in the copy scripts
This commit is contained in:
Harry Moffat 2009-07-31 19:16:16 +00:00
parent e339d85946
commit 6a2ebf0e78
2 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,4 @@
# echo on
cd ..\..\..\
if not exist build\include\cantera\kernel mkdir build\include\cantera\kernel
@ -17,4 +18,5 @@ copy Reservoir.h ..\..\..\build\include\cantera\kernel
copy Wall.h ..\..\..\build\include\cantera\kernel
cd ..\..\..\win32\vc9\zeroD
# echo off
echo 'ok'

View file

@ -81,7 +81,7 @@
<Tool
Name="VCPostBuildEventTool"
Description="copying include files to the cantera/kernel directory"
CommandLine="cmd \c docopy.cmd &gt; status "
CommandLine="cmd /c docopy.cmd &gt; status &#x0D;&#x0A;"
/>
</Configuration>
<Configuration
@ -146,7 +146,7 @@
<Tool
Name="VCPostBuildEventTool"
Description="copying include files to the cantera/kernel directory"
CommandLine="cmd \c docopy.cmd &gt; status "
CommandLine="cmd /c docopy.cmd &gt; status &#x0D;&#x0A;"
/>
</Configuration>
<Configuration
@ -214,7 +214,7 @@
<Tool
Name="VCPostBuildEventTool"
Description="copying include files to the cantera/kernel directory"
CommandLine="cmd \c docopy.cmd &gt; status "
CommandLine="cmd /c docopy.cmd &gt; status &#x0D;&#x0A;"
/>
</Configuration>
</Configurations>