Ignore:
Timestamp:
Jan 22, 2018, 10:16:49 AM (6 years ago)
Author:
chronos
Message:
  • Modified: Place application executable to main project directory and copy it elsewhere in build.bat script.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ProjectTemplates/FileMenuProject/Install/win/build.bat

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