Skip to content

Commit

Permalink
https://github.com/MagicFoundation/Alcinoe/issues/341
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeus64 committed Nov 12, 2024
1 parent 7771e59 commit 4fea1da
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Embarcadero/Athens/Update.bat
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ IF EXIST "%FileName%" goto ERROR
mkdir "%FileName%"
mkdir "%FileName%\common"

SET FileName=%ALBaseDir%\Embarcadero\Athens\data
IF EXIST "%FileName%" rmdir /s /q "%FileName%"
IF EXIST "%FileName%" goto ERROR
mkdir "%FileName%"
mkdir "%FileName%\firedac"

echo Copy "%EmbSourceDir%\fmx"
xcopy /Q "%EmbSourceDir%\fmx" "%ALBaseDir%\Embarcadero\Athens\fmx"
IF ERRORLEVEL 1 goto ERROR
Expand All @@ -34,6 +40,9 @@ IF EXIST "%EmbSourceDir%\rtl\common\System.Skia.API.pas" (
IF ERRORLEVEL 1 goto ERROR
)

echo Copy "%EmbSourceDir%\data\firedac"
xcopy /Q "%EmbSourceDir%\data\firedac" "%ALBaseDir%\Embarcadero\Athens\data\firedac"

echo Patch the locally copied source code
git -C "%ALBaseDir%" apply --ignore-space-change --ignore-whitespace --whitespace=nowarn .\Embarcadero\Athens\Athens.patch -v

Expand Down

0 comments on commit 4fea1da

Please sign in to comment.