blob: eb1a2bbeb76cc61fc7b3cab7ba8b85b4ba4220cd [file] [log] [blame]
set BINDIST=..\rampartc-bin-0.90-win32
if exist %BINDIST% rd /s /q %BINDIST%
mkdir %BINDIST%
mkdir %BINDIST%\samples
mkdir %BINDIST%\modules
mkdir %BINDIST%\include
xcopy /E /I /Y .\bin\samples\*.* %BINDIST%\samples\
xcopy /E /I /Y .\modules\*.* %BINDIST%\modules\
xcopy /E /I /Y .\include\*.* %BINDIST%\include\
xcopy README %BINDIST%
xcopy INSTALL %BINDIST%
xcopy AUTHORS %BINDIST%
xcopy COPYING %BINDIST%
xcopy LICENSE %BINDIST%
xcopy NEWS %BINDIST%
xcopy NOTICE %BINDIST%
xcopy deploy_rampart.bat %BINDIST%