6 lines
447 B
Batchfile
6 lines
447 B
Batchfile
rem To be used to synchronize units modified within SMS IDE
|
|
xcopy "c:\ProgramData\Optimale Systemer AS\Smart Mobile Studio\Libraries\SynCrossPlatformSpecific.pas" ..\..\..\CrossPlatform /Y
|
|
xcopy "c:\ProgramData\Optimale Systemer AS\Smart Mobile Studio\Libraries\SynCrossPlatformCrypto.pas" ..\..\..\CrossPlatform /Y
|
|
xcopy "c:\ProgramData\Optimale Systemer AS\Smart Mobile Studio\Libraries\SynCrossPlatformREST.pas" ..\..\..\CrossPlatform /Y
|
|
pause
|