Changeset 3 for trunk/Install/win/build.bat
- Timestamp:
- Jan 29, 2018, 10:54:40 AM (7 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 5 5 *.lps 6 6 *.res 7 vCardStudio.exe
-
- Property svn:ignore
-
trunk/Install/win
-
Property svn:ignore
set to
*.exe
-
Property svn:ignore
set to
-
trunk/Install/win/build.bat
r1 r3 2 2 set LAZDIR=C:\lazarus 3 3 ) 4 SET APPNAME= FileMenuProject4 SET APPNAME=vCardStudio 5 5 %LAZDIR%\lazbuild.exe --lazarusdir=%LAZDIR% --build-mode="Release" --cpu=i386 --operating-system=Win32 ..\..\%APPNAME%.lpi 6 6 copy ..\..\%APPNAME%.exe ..\..\lib\i386-win32-Release … … 8 8 copy ..\..\%APPNAME%.exe ..\..\lib\x86_64-win64-Release 9 9 10 "c:\Program Files (x86)\Inno Setup 5\ISCC.exe" " %APPNAME%.iss"10 "c:\Program Files (x86)\Inno Setup 5\ISCC.exe" "vCard Studio.iss" 11 11
Note:
See TracChangeset
for help on using the changeset viewer.