Back to the VC++ environment.
Fixed an error in the copy scripts
This commit is contained in:
parent
e339d85946
commit
6a2ebf0e78
2 changed files with 5 additions and 3 deletions
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="copying include files to the cantera/kernel directory"
|
||||
CommandLine="cmd \c docopy.cmd > status "
|
||||
CommandLine="cmd /c docopy.cmd > status 
"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
|
@ -146,7 +146,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="copying include files to the cantera/kernel directory"
|
||||
CommandLine="cmd \c docopy.cmd > status "
|
||||
CommandLine="cmd /c docopy.cmd > status 
"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
|
@ -214,7 +214,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="copying include files to the cantera/kernel directory"
|
||||
CommandLine="cmd \c docopy.cmd > status "
|
||||
CommandLine="cmd /c docopy.cmd > status 
"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue