Changeset 500 for ProjectTemplates/FileMenuProject/Install/win/build.bat
- Timestamp:
- Jan 22, 2018, 10:16:49 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ProjectTemplates/FileMenuProject/Install/win/build.bat
r497 r500 2 2 set LAZDIR=C:\lazarus 3 3 ) 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 4 SET APPNAME=FileMenuProject 5 %LAZDIR%\lazbuild.exe --lazarusdir=%LAZDIR% --build-mode="Release" --cpu=i386 --operating-system=Win32 ..\..\%APPNAME%.lpi 6 copy ..\..\%APPNAME%.exe ..\..\lib\i386-win32-Release 7 %LAZDIR%\lazbuild.exe --lazarusdir=%LAZDIR% --build-mode="Release" --cpu=x86_64 --operating-system=Win64 ..\..\%APPNAME%.lpi 8 copy ..\..\%APPNAME%.exe ..\..\lib\x86_64-win64-Release 6 9 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.