File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ if "%2" NEQ "" (
1414 set " ISC = C:\Program Files (x86)\Inno Setup 5"
1515)
1616
17- set path = %LAZARUS_DIR% ;%LAZARUS_DIR% \fpc\3.0.4 \bin\i386-win32;%path%
17+ set path = %LAZARUS_DIR% ;%LAZARUS_DIR% \fpc\3.2.2 \bin\i386-win32;%path%
1818
1919lazbuild -B ../../transgui.lpi
2020if errorlevel 1 goto err
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if "%1" NEQ "" (
88 set " LAZARUS_DIR = C:\lazarus"
99)
1010
11- set path = %LAZARUS_DIR% ;%LAZARUS_DIR% \fpc\3.0.4 \bin\i386-win32;%path%
11+ set path = %LAZARUS_DIR% ;%LAZARUS_DIR% \fpc\3.2.2 \bin\i386-win32;%path%
1212
1313lazbuild -B ../../transgui.lpi
1414if errorlevel 1 goto err
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ if "%2" NEQ "" (
1414 set " ISC = C:\Program Files (x86)\Inno Setup 5"
1515)
1616
17- set path = %LAZARUS_DIR% ;%LAZARUS_DIR% \fpc\3.0.4 \bin\x86_64-win64;%path%
17+ set path = %LAZARUS_DIR% ;%LAZARUS_DIR% \fpc\3.2.2 \bin\x86_64-win64;%path%
1818
1919lazbuild -B ../../transgui.lpi
2020if errorlevel 1 goto err
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if "%1" NEQ "" (
88 set " LAZARUS_DIR = C:\lazarus"
99)
1010
11- set path = %LAZARUS_DIR% ;%LAZARUS_DIR% \fpc\3.0.4 \bin\x86_64-win64;%path%
11+ set path = %LAZARUS_DIR% ;%LAZARUS_DIR% \fpc\3.2.2 \bin\x86_64-win64;%path%
1212
1313lazbuild -B ../../transgui.lpi
1414if errorlevel 1 goto err
You can’t perform that action at this time.
0 commit comments