mirror of
https://github.com/Laex/Delphi-OpenCV.git
synced 2024-11-15 15:55:53 +01:00
d440db504d
Signed-off-by: Laentir Valetov <laex@bk.ru>
9 lines
411 B
Batchfile
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\"
|
|
|