Last change
on this file was 26, checked in by chronos, 3 years ago |
- Modified: Changes needed after version 1.0.0 release.
|
File size:
510 bytes
|
Line | |
---|
1 | @echo off
|
---|
2 | if not defined LAZDIR (
|
---|
3 | set LAZDIR=C:\lazarus
|
---|
4 | )
|
---|
5 | SET APPNAME=vCardStudio
|
---|
6 | %LAZDIR%\lazbuild.exe --lazarusdir=%LAZDIR% --build-mode="Release" --cpu=i386 --operating-system=Win32 ..\..\%APPNAME%.lpi
|
---|
7 | copy ..\..\%APPNAME%.exe ..\..\lib\i386-win32-Release
|
---|
8 | %LAZDIR%\lazbuild.exe --lazarusdir=%LAZDIR% --build-mode="Release" --cpu=x86_64 --operating-system=Win64 ..\..\%APPNAME%.lpi
|
---|
9 | copy ..\..\%APPNAME%.exe ..\..\lib\x86_64-win64-Release
|
---|
10 |
|
---|
11 | "c:\Program Files (x86)\Inno Setup 6\ISCC.exe" "vCard Studio.iss"
|
---|
12 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.