Changeset 44 for trunk/Install
- Timestamp:
- Nov 19, 2017, 10:59:54 AM (7 years ago)
- Location:
- trunk/Install
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/deb/debian/control
r39 r44 3 3 Section: utils 4 4 Priority: optional 5 Standards-Version: 1. 0.05 Standards-Version: 1.1.0 6 6 Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8) 7 7 -
trunk/Install/deb/debian/rules
r39 r44 1 1 #!/usr/bin/make -f 2 3 # Set temporary HOME for lazarus primary config directory 4 export HOME=$(CURDIR)/tmphome 2 5 3 6 ROOT = $(CURDIR)/debian/bigmetro -
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.