Changeset 158


Ignore:
Timestamp:
Oct 28, 2017, 8:51:50 PM (7 years ago)
Author:
chronos
Message:
  • Fixed: Build script for building Windows setup.
File:
1 edited

Legend:

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

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