Changeset 160


Ignore:
Timestamp:
Oct 31, 2017, 5:25:40 PM (7 years ago)
Author:
chronos
Message:
  • Modified: Windows build script uses environment variable LAZDIR with default value.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/win/build.bat

    r158 r160  
    1 %LAZDIR%\lazbuild --lazarusdir=%LAZDIR% --build-mode="Windows 32-bit" ..\..\AcronymDecoder.lpi
    2 %LAZDIR%\lazbuild --lazarusdir=%LAZDIR% --build-mode="Windows 64-bit" ..\..\AcronymDecoder.lpi
     1if not defined LAZDIR (
     2  set LAZDIR=C:\lazarus
     3)
     4%LAZDIR%\lazbuild.exe --lazarusdir=%LAZDIR% --build-mode="Windows 32-bit" ..\..\AcronymDecoder.lpi
     5%LAZDIR%\lazbuild.exe --lazarusdir=%LAZDIR% --build-mode="Windows 64-bit" ..\..\AcronymDecoder.lpi
    36
    47"c:\Program Files (x86)\Inno Setup 5\ISCC.exe" "AcronymDecoder.iss"
Note: See TracChangeset for help on using the changeset viewer.