mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Add echo
This commit is contained in:
parent
bdb46cc13a
commit
7930341478
@ -11,11 +11,16 @@ echo "Begin packaging"
|
|||||||
mkdir PACKAGE
|
mkdir PACKAGE
|
||||||
cd BUILD
|
cd BUILD
|
||||||
|
|
||||||
xcopy /s ScreenPlay\release ..\PACKAGE
|
echo "Copy ScreenPlay"
|
||||||
xcopy /s ScreenPlaySDK\release ..\PACKAGE
|
xcopy /s /y ScreenPlay\release ..\PACKAGE
|
||||||
xcopy /s ScreenPlayWidget\release ..\PACKAGE
|
echo "Copy ScreenPlaySDK"
|
||||||
xcopy /s ScreenPlayWindow\release ..\PACKAGE
|
xcopy /s /y ScreenPlaySDK\release ..\PACKAGE
|
||||||
xcopy /s ScreenPlayWorkshop\release ..\PACKAGE
|
echo "Copy ScreenPlayWidget"
|
||||||
|
xcopy /s /y ScreenPlayWidget\release ..\PACKAGE
|
||||||
|
echo "Copy ScreenPlayWindow"
|
||||||
|
xcopy /s /y ScreenPlayWindow\release ..\PACKAGE
|
||||||
|
echo "Copy ScreenPlayWorkshop"
|
||||||
|
xcopy /s /y ScreenPlayWorkshop\release ..\PACKAGE
|
||||||
|
|
||||||
xcopy C:\Qt\Tools\QtCreator\bin\libeay32.dll ..\PACKAGE
|
xcopy C:\Qt\Tools\QtCreator\bin\libeay32.dll ..\PACKAGE
|
||||||
xcopy C:\Qt\Tools\QtCreator\bin\ssleay32.dll ..\PACKAGE
|
xcopy C:\Qt\Tools\QtCreator\bin\ssleay32.dll ..\PACKAGE
|
||||||
|
Loading…
Reference in New Issue
Block a user