Delphi-OpenCV/MakeIssInstall.bat
Laentir Valetov d440db504d Moving to "setup"!
Signed-off-by: Laentir Valetov <laex@bk.ru>
2014-05-09 03:43:41 +04:00

9 lines
411 B
Batchfile

@echo off
if not exist "!Install!" mkdir "!Install!"
if exist "!Install!\Source" del /s /q "!Install!\Source"
xcopy /s /EXCLUDE:.\xcopyignore ".\bin\*.*" "!Install!\Source\bin\"
xcopy /s /EXCLUDE:.\xcopyignore ".\samples\*.*" "!Install!\Source\samples\"
xcopy /s /EXCLUDE:.\xcopyignore ".\include\*.*" "!Install!\Source\include\"
xcopy /s /EXCLUDE:.\xcopyignore ".\component\*.*" "!Install!\Source\component\"