vincents
762850131b
fixed win32 -> arm-wince crossinstaller build script for fpc 2.7.1 using fpmake in more places.
...
git-svn-id: trunk@35370 -
2012-02-15 09:35:38 +00:00
vincents
db7829a1a5
fixed win32 -> arm-wince crossinstaller build script for fpc 2.7.1 using fpmake in more places.
...
git-svn-id: trunk@35287 -
2012-02-10 12:26:03 +00:00
mattias
65da6a5647
fpc rpm: added workaround for fpc 2.7.1
...
git-svn-id: trunk@35110 -
2012-02-02 23:14:07 +00:00
mattias
af99807c33
fpc rpm: clean up
...
git-svn-id: trunk@35108 -
2012-02-02 22:47:27 +00:00
mattias
f1341981ff
fpc rpm: 2.6.1 does not create /usr/share/doc
...
git-svn-id: trunk@35014 -
2012-01-29 11:41:46 +00:00
mattias
5c78a96a5e
rpm: fpc: clean up garbage
...
git-svn-id: trunk@34685 -
2012-01-09 16:28:17 +00:00
vincents
1dc1a40406
mac os x installer build scripts: adaptions for using lazutils
...
git-svn-id: trunk@32995 -
2011-10-20 09:11:34 +00:00
vincents
bb1375f347
windows cross installer: fixed errors in build script after the addition of lazutils
...
git-svn-id: trunk@32957 -
2011-10-18 11:41:17 +00:00
vincents
63ee142ec8
windows installer: fixed errors in build script after the addition of lazutils
...
git-svn-id: trunk@32952 -
2011-10-18 10:55:41 +00:00
sekelsenmat
145ec7f545
Adds lazutils to the debian script
...
git-svn-id: trunk@32948 -
2011-10-17 17:53:17 +00:00
vincents
37fff32b2f
macosx installers: added lazutils to the cross compile build
...
git-svn-id: trunk@32839 -
2011-10-12 07:45:27 +00:00
vincents
795218e549
linux installers: tried to fix the initial values of the lazarus dir and fpcsrc dir for the rpm installers without breaking them for the deb installers
...
git-svn-id: trunk@32825 -
2011-10-11 20:23:22 +00:00
vincents
b4756aab86
rpm build script: use .laz as suffix in release name
...
git-svn-id: trunk@32540 -
2011-09-28 11:54:57 +00:00
vincents
a66b61d32c
rpm build script: removed set -u, because it cannot be used in combination with optional script parameters
...
git-svn-id: trunk@32517 -
2011-09-26 12:33:38 +00:00
vincents
75a021a23f
rpm build script: improved flexibility by custom result dir and fixed detecting default build arch
...
git-svn-id: trunk@32506 -
2011-09-24 20:37:16 +00:00
vincents
ef03f51f52
lazarus rpm: added create rpm script that uses mock to build in a chroot environment
...
git-svn-id: trunk@32471 -
2011-09-23 10:06:28 +00:00
vincents
8dc5f36b1a
lazarus rpm spec file: added build requirements, so that yum can initialize the chroot environment correctly
...
git-svn-id: trunk@32470 -
2011-09-23 10:01:28 +00:00
vincents
f5143a20e9
windows installers: fixed creating revision.inc in the exported source in such a way that svn2revisioninc leaves it untouched (issue #20277 )
...
git-svn-id: trunk@32419 -
2011-09-19 07:52:30 +00:00
vincents
2f7dd74905
windows installer: use system drive for default lazarus directory (issue #20269 )
...
git-svn-id: trunk@32417 -
2011-09-19 07:17:45 +00:00
vincents
7419136a0f
lazarus windows installer: added path when calling fpmkcfg.exe, just setting the working directory to the executable dir is not good enough, fixes issue #20142
...
git-svn-id: trunk@32195 -
2011-09-06 17:54:13 +00:00
vincents
3dc28630df
windows installer: fixed quotes in run on install parameter, maybe fixes issue #20142
...
git-svn-id: trunk@32167 -
2011-09-03 11:32:10 +00:00
vincents
5489a964fd
windows installer: set working directory and pass full path when calling fpcmkcfg, maybe fixes issue #20142
...
git-svn-id: trunk@32164 -
2011-09-03 06:54:57 +00:00
vincents
fd5e6e3062
windows installer: set working directory and pass full path when calling fpcmkcfg, maybe fixes #19895
...
git-svn-id: trunk@32147 -
2011-09-01 20:25:13 +00:00
vincents
3f9a1eba05
windows installer build script:
...
+ added batch file to create revision.inc, so that svnrevisioninc doesn't need to build before the export
* use different naming schemes for snapshot and release build
git-svn-id: trunk@32140 -
2011-09-01 11:41:44 +00:00
vincents
98ba2d34dd
windows installers: fixed building with version number 0.9.30.2RC1.
...
git-svn-id: trunk@32129 -
2011-08-31 07:15:53 +00:00
vincents
54a4e2fd68
mac os x build script: fixed creating valid version number for Iceberg for Lazarus versions with characters, such as 0.9.30.2RC1
...
git-svn-id: trunk@32094 -
2011-08-29 12:10:31 +00:00
vincents
dd74128b0b
lazarus windows installer: updated URLs naar forum and wiki.
...
git-svn-id: trunk@31992 -
2011-08-16 08:05:38 +00:00
vincents
cef736eb5f
windows cross installer build script
...
* fixed dependencies for building fpcmake and fpcmkcfg
* appended ; to PATH environment variable, so the Makefiles don't mistake windows for a unix-like OS.
git-svn-id: trunk@31915 -
2011-08-08 13:38:35 +00:00
vincents
d7a3cef84d
windows cross installer build script: reset FPCFPMAKE at script end
...
git-svn-id: trunk@31910 -
2011-08-08 08:53:26 +00:00
vincents
a2891026c6
arm-wince cross installer:
...
+ added workaround for bug in mkfpccfg in fpc 2.4.4
* fixed dependencies for building native fpcmake
+ explicitly set FPCFPMAKE, for building with fpc 2.5.1 (related to issue #19655 )
git-svn-id: trunk@31850 -
2011-08-03 07:32:55 +00:00
juha
fee5993bcc
Windows install: add one setup line to lazarus.iss
...
git-svn-id: trunk@31533 -
2011-07-03 06:56:20 +00:00
juha
9f3a985590
Tools: improve lazarus.iss for Windows 7 installation. Patch from Lainz, issue #19649
...
git-svn-id: trunk@31457 -
2011-06-29 07:59:16 +00:00
vincents
1e4a2226e9
windows installer builder: build package registration before lcl.
...
git-svn-id: trunk@30158 -
2011-04-03 17:59:14 +00:00
mattias
62539f8508
rpm: fixed chomping architecture from fpc version
...
git-svn-id: trunk@30098 -
2011-03-31 18:50:20 +00:00
mattias
08dc7dc497
cross fpc: fixed typo
...
git-svn-id: trunk@29860 -
2011-03-15 19:30:53 +00:00
mattias
eec2581dec
cross fpc win32: omit wrong warning
...
git-svn-id: trunk@29851 -
2011-03-15 05:02:09 +00:00
mattias
4e812d832f
cross win32: update to fpc 2.4
...
git-svn-id: trunk@29847 -
2011-03-15 04:24:00 +00:00
mattias
19860fefde
lazarus deb: disabled building gtk1 ppus
...
git-svn-id: trunk@29840 -
2011-03-14 14:16:49 +00:00
mattias
fe9a9e94b1
fixed create_lazarus_deb.sh
...
git-svn-id: trunk@29348 -
2011-02-03 10:40:46 +00:00
vincents
29a1093583
Mac OS X installer: fixed compilation order of LCL and package registration
...
git-svn-id: trunk@29292 -
2011-02-01 15:14:30 +00:00
vincents
5098bc565f
wince installer for windows: fixed building order, first package registration, then LCL.
...
git-svn-id: trunk@29291 -
2011-02-01 14:29:56 +00:00
vincents
ef063828b3
Mac OS X installers: removed hardcode ppc386 from the default environment options (issue #18570 )
...
git-svn-id: trunk@29147 -
2011-01-20 20:15:58 +00:00
vincents
308aadebb3
rpm build: fixed using compatible filedigest algorithm (issue #18293 )
...
git-svn-id: trunk@29138 -
2011-01-20 11:35:52 +00:00
vincents
e73f109c67
rpm build: removed gtk1 dependencies, use compatible filedigest algorithm (issue #18293 )
...
git-svn-id: trunk@29136 -
2011-01-20 10:45:01 +00:00
vincents
a3e43c3e0d
windows cross installer builder: check for errors during compilation, so that no incomplete installer is uploaded.
...
git-svn-id: trunk@28455 -
2010-11-24 14:06:21 +00:00
vincents
5712a7109a
cleanup in windows installer scripts:
...
* merged win32 and win64 specific environmentoptions.xml into one file, they are the same nowadays
- don't expand FPCSrcDir in environmentoptions.xml, this is not needed anymore since r28086 #bc2ebabd28
+ instead keeping the old environmentoptions.xml, the installer nows asks if it may overwrite the existing environmentoptions.xml
git-svn-id: trunk@28087 -
2010-11-05 07:36:23 +00:00
vincents
bc2ebabd28
windows installer: use $(FPCVER) macro in fpc source directory environment option, improves issue #17834
...
git-svn-id: trunk@28086 -
2010-11-05 07:24:53 +00:00
mattias
bbec02be14
tools: create_fpc_deb.sh: handling spaces in file names
...
git-svn-id: trunk@26134 -
2010-06-15 18:14:00 +00:00
vincents
098790b986
use system installed fpc to build snapshot
...
git-svn-id: trunk@23949 -
2010-03-11 20:54:40 +00:00
mattias
91adbbf7c6
lazarus deb: support for directory with version
...
git-svn-id: trunk@23765 -
2010-02-23 10:55:11 +00:00