Fix build_zip.bat.template for SMath Studio

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2015-02-19 21:26:38 -05:00
parent 1189142e82
commit 60c46812dd

View File

@@ -7,7 +7,9 @@ rmdir %VERSION% /s /q
REM Add directory if needed
mkdir %VERSION%
xcopy bin\Release %VERSION%\
xcopy bin\Release\CoolProp.x64.dll %VERSION%
xcopy bin\Release\CoolProp.x86.dll %VERSION%
xcopy bin\Release\coolprop_wrapper.dll %VERSION%\
7z a coolprop_wrapper.7z %VERSION% ..\config.ini install.bat