cantera/win32/vc9/zeroD/docopy.cmd
Harry Moffat 6a2ebf0e78 Back to the VC++ environment.
Fixed an error in the copy scripts
2009-07-31 19:16:16 +00:00

22 lines
806 B
Batchfile
Executable file

# echo on
cd ..\..\..\
if not exist build\include\cantera\kernel mkdir build\include\cantera\kernel
cd Cantera\src\zeroD
copy ConstPressureReactor.h ..\..\..\build\include\cantera\kernel
copy flowControllers.h ..\..\..\build\include\cantera\kernel
copy FlowDevice.h ..\..\..\build\include\cantera\kernel
copy FlowReactor.h ..\..\..\build\include\cantera\kernel
copy PID_Controller.h ..\..\..\build\include\cantera\kernel
copy Reactor.h ..\..\..\build\include\cantera\kernel
copy ReactorBase.h ..\..\..\build\include\cantera\kernel
copy ReactorFactory.h ..\..\..\build\include\cantera\kernel
copy ReactorNet.h ..\..\..\build\include\cantera\kernel
copy Reservoir.h ..\..\..\build\include\cantera\kernel
copy Wall.h ..\..\..\build\include\cantera\kernel
cd ..\..\..\win32\vc9\zeroD
# echo off
echo 'ok'