Changeset 168 for trunk


Ignore:
Timestamp:
Jan 21, 2018, 3:08:46 PM (6 years ago)
Author:
chronos
Message:
  • Modified: Use project name only once in Windows build script.
File:
1 edited

Legend:

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

    r167 r168  
    22  set LAZDIR=C:\lazarus
    33)
    4 %LAZDIR%\lazbuild.exe --lazarusdir=%LAZDIR% --build-mode="Release" --cpu=i386 --operating-system=Win32 ..\..\AcronymDecoder.lpi
    5 copy ..\..\AcronymDecoder.exe ..\..\lib\i386-win32-Release
    6 %LAZDIR%\lazbuild.exe --lazarusdir=%LAZDIR% --build-mode="Release" --cpu=x86_64 --operating-system=Win64 ..\..\AcronymDecoder.lpi
    7 copy ..\..\AcronymDecoder.exe ..\..\lib\x86_64-win64-Release
     4SET PROJECTNAME=AcronymDecoder
    85
    9 "c:\Program Files (x86)\Inno Setup 5\ISCC.exe" "AcronymDecoder.iss"
     6%LAZDIR%\lazbuild.exe --lazarusdir=%LAZDIR% --build-mode="Release" --cpu=i386 --operating-system=Win32 ..\..\%PROJECTNAME%.lpi
     7copy ..\..\%PROJECTNAME%.exe ..\..\lib\i386-win32-Release
     8%LAZDIR%\lazbuild.exe --lazarusdir=%LAZDIR% --build-mode="Release" --cpu=x86_64 --operating-system=Win64 ..\..\%PROJECTNAME%.lpi
     9copy ..\..\%PROJECTNAME%.exe ..\..\lib\x86_64-win64-Release
     10
     11"c:\Program Files (x86)\Inno Setup 5\ISCC.exe" "%PROJECTNAME%.iss"
Note: See TracChangeset for help on using the changeset viewer.