Ignore:
Timestamp:
Nov 19, 2017, 10:59:54 AM (6 years ago)
Author:
chronos
Message:
  • Fixed: Removed compilation warnings.
  • Modified: Preparation for 1.0.0 version release.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.