Changeset 44 for trunk/Install/win
- Timestamp:
- Nov 19, 2017, 10:59:54 AM (7 years ago)
- Location:
- trunk/Install/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/win/BigMetro.iss
r40 r44 4 4 #define MyAppName "BigMetro" 5 5 #define MyAppNameShort "BigMetro" 6 #define MyAppVersion "1. 0-alfa"6 #define MyAppVersion "1.1-alfa" 7 7 #define MyAppPublisher "Chronosoft" 8 8 #define MyAppPublisherShort "Chronosoft" -
trunk/Install/win/build.bat
r40 r44 1 set LAZARUSDIR=C:\lazarus 2 3 %LAZARUSDIR%\lazbuild ..\BigMetro.lpi --build-mode="Windows 32-bit" --lazarusdir=%LAZARUSDIR% 4 %LAZARUSDIR%\lazbuild ..\BigMetro.lpi --build-mode="Windows 64-bit" --lazarusdir=%LAZARUSDIR% 1 if not defined LAZDIR ( 2 set LAZDIR=C:\lazarus 3 ) 4 %LAZDIR%\lazbuild.exe --lazarusdir=%LAZDIR% --build-mode="Windows 32-bit" ..\..\BigMetro.lpi 5 %LAZDIR%\lazbuild.exe --lazarusdir=%LAZDIR% --build-mode="Windows 64-bit" ..\..\BigMetro.lpi 5 6 6 7 "c:\Program Files (x86)\Inno Setup 5\ISCC.exe" "BigMetro.iss"
Note:
See TracChangeset
for help on using the changeset viewer.