Changeset 158 for trunk/Install/win/build.bat
- Timestamp:
- Oct 28, 2017, 8:51:50 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/win/build.bat
r137 r158 1 set LAZARUSDIR=C:\lazarus 2 3 %LAZARUSDIR%\lazbuild ..\AcronymDecoder.lpi --build-mode="Windows 32-bit" --lazarusdir=%LAZARUSDIR% 4 %LAZARUSDIR%\lazbuild ..\AcronymDecoder.lpi --build-mode="Windows 64-bit" --lazarusdir=%LAZARUSDIR% 1 %LAZDIR%\lazbuild --lazarusdir=%LAZDIR% --build-mode="Windows 32-bit" ..\..\AcronymDecoder.lpi 2 %LAZDIR%\lazbuild --lazarusdir=%LAZDIR% --build-mode="Windows 64-bit" ..\..\AcronymDecoder.lpi 5 3 6 4 "c:\Program Files (x86)\Inno Setup 5\ISCC.exe" "AcronymDecoder.iss"
Note:
See TracChangeset
for help on using the changeset viewer.