Changeset 44 for trunk/Install


Ignore:
Timestamp:
Nov 19, 2017, 10:59:54 AM (7 years ago)
Author:
chronos
Message:
  • Fixed: Removed compilation warnings.
  • Modified: Preparation for 1.0.0 version release.
Location:
trunk/Install
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/deb/debian/control

    r39 r44  
    33Section: utils
    44Priority: optional
    5 Standards-Version: 1.0.0
     5Standards-Version: 1.1.0
    66Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8)
    77
  • trunk/Install/deb/debian/rules

    r39 r44  
    11#!/usr/bin/make -f
     2
     3# Set temporary HOME for lazarus primary config directory
     4export HOME=$(CURDIR)/tmphome
    25
    36ROOT = $(CURDIR)/debian/bigmetro
  • trunk/Install/win/BigMetro.iss

    r40 r44  
    44#define MyAppName "BigMetro"
    55#define MyAppNameShort "BigMetro"
    6 #define MyAppVersion "1.0-alfa"
     6#define MyAppVersion "1.1-alfa"
    77#define MyAppPublisher "Chronosoft"
    88#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%
     1if 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
    56
    67"c:\Program Files (x86)\Inno Setup 5\ISCC.exe" "BigMetro.iss"
Note: See TracChangeset for help on using the changeset viewer.