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
mattias
bb95f46f02
LCL: renamed some Arc parameters
...
git-svn-id: trunk@22966 -
2009-12-04 15:48:55 +00:00
vincents
dfd96cf12d
Mac OS X installer script: link against 10.4 SDK, tries to fix issue #15127
...
git-svn-id: trunk@22671 -
2009-11-18 15:30:39 +00:00
vincents
1f8fed396c
set svn:executable property on shell scripts
...
git-svn-id: trunk@22579 -
2009-11-13 21:04:19 +00:00
mattias
c18d7be9ac
fpcsrc deb: fix for filenames with spaces
...
git-svn-id: trunk@22486 -
2009-11-08 10:50:20 +00:00
mattias
41c02d624c
fpc cross win32: using binutils 2.20
...
git-svn-id: trunk@22308 -
2009-10-27 13:09:51 +00:00
mattias
333881fb52
rpm: gtk1 and gtk2 devel packages
...
git-svn-id: trunk@22298 -
2009-10-26 22:31:26 +00:00
mattias
bac01663f7
rpm: changed dependencies
...
git-svn-id: trunk@22297 -
2009-10-26 22:12:52 +00:00
mattias
c96137c619
export lazarus: allow any name for the lazarus dir
...
git-svn-id: trunk@22077 -
2009-10-08 14:06:21 +00:00
mattias
8b45ef1807
deb: fixed LazarusDirectory in /etc/lazarus/environmentoptions.xml
...
git-svn-id: trunk@22068 -
2009-10-08 00:19:48 +00:00
mattias
e510390f0c
crosswin32 binutils 2.19
...
git-svn-id: trunk@21989 -
2009-10-03 10:01:12 +00:00
mattias
c8166c62ea
create crosswin32: remove rm ./config.cache
...
git-svn-id: trunk@21987 -
2009-10-02 20:09:45 +00:00
vincents
fa28f55c4d
wince installer build: really fix building with fpc 2.5.1
...
git-svn-id: trunk@21475 -
2009-08-28 09:01:36 +00:00
vincents
69d16d6c32
wince installer build: fixed building with fpc 2.5.1
...
git-svn-id: trunk@21474 -
2009-08-28 07:46:03 +00:00
vincents
f05c8572af
windows crossinstaller builder: clean the RTL after make cycle; with fpc 2.5.1 the RTL is compiled with WPO for the ppcXXX, so it must be rebuild before using it for other executables
...
git-svn-id: trunk@21375 -
2009-08-21 08:02:01 +00:00
vincents
ca41e74fc2
windows installer builder: clean the RTL after make cycle; with fpc 2.5.1 the RTL is compiled with WPO for the ppcXXX, so it must be rebuild before using it for other executables
...
git-svn-id: trunk@21372 -
2009-08-20 20:08:19 +00:00
vincents
2762822fdd
Mac OS X installers: make lazarus.app a symbolic link again from dmitry
...
git-svn-id: trunk@20520 -
2009-06-08 14:11:09 +00:00
vincents
ba57ca9a30
windows installer: synedit has default font is courier new, so no need to let the installer set the default editor font
...
git-svn-id: trunk@20519 -
2009-06-08 13:25:16 +00:00
vincents
3c98c1b0ae
Mac OS X installer: fixed location of startlazarus (issue #12146 )
...
git-svn-id: trunk@20438 -
2009-06-05 13:38:17 +00:00
mattias
e4089e8358
svn export from local directory with svn revision number
...
git-svn-id: trunk@19987 -
2009-05-16 23:04:56 +00:00
vincents
efbc6f88bf
Mac OS X installer: another builder order fix
...
git-svn-id: trunk@18877 -
2009-03-03 09:12:34 +00:00
vincents
b3eb59ed47
Mac OS X installer script: fixed build order of cross compiled unit, needed because SynEdit now depends on ideintf
...
git-svn-id: trunk@18869 -
2009-03-02 12:29:47 +00:00
mattias
4e92190a96
deb: using TEMP env var
...
git-svn-id: trunk@18725 -
2009-02-17 08:40:58 +00:00
mattias
da39a1bdc8
removed unneeded files
...
git-svn-id: trunk@18490 -
2009-01-29 09:04:09 +00:00
mattias
f19b7371c3
fpc-crosswin32: removed prefix fpc- of binutils
...
git-svn-id: trunk@18489 -
2009-01-29 09:03:06 +00:00
vincents
d1ff66d8c7
win32 installer: don't set the default size for main bar. Even though the default height set by the IDE is not very nice, this is better than having a too small (i.e. not wide enough) component palette. A better algorithm in the IDE is needed to set the default height in TMainIDE.OnApplyWindowLayout
...
* fixes issue #13055
git-svn-id: trunk@18469 -
2009-01-28 08:00:51 +00:00
vincents
5f0626b2f7
added patch for fpc 2.2.2, a backport of the fix for issue #12645
...
git-svn-id: trunk@18299 -
2009-01-15 13:04:34 +00:00
vincents
269669520e
snapshot dmg: support for snapshots from the fixes branch
...
git-svn-id: trunk@17960 -
2008-12-27 08:49:12 +00:00
mattias
0e1ff4d571
dmg: suporting version numbers like 0.9.26.1
...
git-svn-id: trunk@17951 -
2008-12-26 13:21:34 +00:00
vincents
ea6d27fc42
windows installers: explicitly mark installer as not requiring administrator privileges
...
git-svn-id: trunk@17919 -
2008-12-24 07:55:30 +00:00
mattias
102bbd70f5
fpccrosswin32: using binutils 2.19
...
git-svn-id: trunk@17903 -
2008-12-23 12:28:52 +00:00
sekelsenmat
ae23e74714
Allows the user to select not having a startup menu folder in the setup software. Requires latest InnoSetup
...
git-svn-id: trunk@17827 -
2008-12-13 15:32:01 +00:00
mattias
10c1174650
deb: fpc-crosswin32: fixed adding link to windres
...
git-svn-id: trunk@17264 -
2008-11-07 10:44:31 +00:00
vincents
1d2fa0aff3
win32 installers: fixed building crossinstallers using a temp dir on a different drive as the installer build script
...
git-svn-id: trunk@16991 -
2008-10-14 12:44:43 +00:00
vincents
26db7f8014
mac os x installers: fixed adding powerpc units to the intel snapshots
...
git-svn-id: trunk@16926 -
2008-10-08 10:56:44 +00:00
mattias
abd306e88c
deb: fixed environment options to setup lazarus path
...
git-svn-id: trunk@16920 -
2008-10-07 15:24:47 +00:00
mattias
4f0b4855b9
deb: renamed controlgtk2 to control
...
git-svn-id: trunk@16914 -
2008-10-07 12:49:30 +00:00
mattias
97a4703701
deb: renamed control to controlgtk
...
git-svn-id: trunk@16913 -
2008-10-07 12:49:11 +00:00
mattias
d9cec0e516
deb: added alternative fpc-source
...
git-svn-id: trunk@16912 -
2008-10-07 12:48:13 +00:00
mattias
8f2cb70324
deb: create gtk1 too
...
git-svn-id: trunk@16911 -
2008-10-07 12:07:34 +00:00
mattias
fce2a78da2
rpm: fpc_crosswin32: updated for 2.2.2
...
git-svn-id: trunk@16869 -
2008-10-04 12:45:26 +00:00
mattias
b57df0675a
rpm: fixed links for x86_64
...
git-svn-id: trunk@16866 -
2008-10-04 09:46:26 +00:00
mattias
57e0691fe8
rpm: fpc-src: fixed arch
...
git-svn-id: trunk@16865 -
2008-10-04 08:56:22 +00:00
vincents
7aae2c04a1
use short path when retrieving version info, so spaces in directory names are handled corectly
...
git-svn-id: trunk@16821 -
2008-10-01 08:33:18 +00:00
mattias
6189a02ed2
fix for spaces in filename
...
git-svn-id: trunk@16820 -
2008-10-01 07:28:58 +00:00