Ignore:
Timestamp:
Jan 21, 2018, 3:03:17 PM (6 years ago)
Author:
chronos
Message:
  • Modified: Use only two project build modes, Debug and Release. Select CPU and OS explicitly for Windows OS.
  • Modified: Build to lib dir with buildmode in the name to avoid rebuild if Debug/Release mode switched.
File:
1 edited

Legend:

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

    r160 r167  
    22  set LAZDIR=C:\lazarus
    33)
    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
     4%LAZDIR%\lazbuild.exe --lazarusdir=%LAZDIR% --build-mode="Release" --cpu=i386 --operating-system=Win32 ..\..\AcronymDecoder.lpi
     5copy ..\..\AcronymDecoder.exe ..\..\lib\i386-win32-Release
     6%LAZDIR%\lazbuild.exe --lazarusdir=%LAZDIR% --build-mode="Release" --cpu=x86_64 --operating-system=Win64 ..\..\AcronymDecoder.lpi
     7copy ..\..\AcronymDecoder.exe ..\..\lib\x86_64-win64-Release
    68
    79"c:\Program Files (x86)\Inno Setup 5\ISCC.exe" "AcronymDecoder.iss"
Note: See TracChangeset for help on using the changeset viewer.