pierre
884918a4c4
Regenerate all Makefiles with an up-to-date fpcmake binary
...
git-svn-id: trunk@24365 -
2013-04-29 12:27:42 +00:00
joost
527c407b62
* Re-generated Makefiles for the changes in the Makefile.fpcs in r24349
...
git-svn-id: trunk@24350 -
2013-04-27 20:48:14 +00:00
joost
20a3809e58
* Now zipinstall is passed to fpmake by all Makefile.fpc's
...
git-svn-id: trunk@24349 -
2013-04-27 20:34:00 +00:00
yury
23b95a4d70
* Regenerated all makefiles.
...
git-svn-id: branches/targetandroid@23422 -
2013-01-17 11:36:12 +00:00
michael
b1a6601ef6
* Fixed compilation
...
git-svn-id: trunk@23020 -
2012-11-18 17:16:59 +00:00
michael
e8580b5d9c
* Changes to make it more compatible to other connectors
...
git-svn-id: trunk@23016 -
2012-11-18 16:23:46 +00:00
marco
31e5ac3836
* Patch from Reinier to cache libraryname in a global.
...
git-svn-id: trunk@23014 -
2012-11-18 13:34:39 +00:00
joost
316717a710
* Re-generated all the Makefile.fpcs from the packages. So they are almost all the same now.
...
git-svn-id: trunk@23001 -
2012-11-17 00:18:50 +00:00
michael
5f053be31d
* Switched to using ansistring, because dynlibs use ansistrings
...
git-svn-id: trunk@22949 -
2012-11-07 23:08:31 +00:00
michael
4ddd2f5031
* Improved and more consistent load order for libs (bug ID #22710 )
...
git-svn-id: trunk@22591 -
2012-10-08 12:45:02 +00:00
tom_at_work
9428c78d63
Pass OPT to compilation of fpmake.
...
Solves issues with systems that e.g. require special options for compilation of programs (e.g. libc programs to find libc startup code) or the actual build has been compiled with options that are incompatible with default ones.
Tested changes by building an i386-linux local build and i386-linux->arm-linux cross-builds
git-svn-id: trunk@22397 -
2012-09-15 23:41:44 +00:00
michael
59db00bcf0
* Patch from Ludo Brands to fix compilation under Windows (Bug 22691)
...
git-svn-id: trunk@22171 -
2012-08-22 11:35:24 +00:00
paul
e719c73860
packages: fixes compilation of ibase package on darwin after Michael changes
...
git-svn-id: trunk@22168 -
2012-08-22 07:55:18 +00:00
michael
6926b50f2c
* Changed library names to include version number, make uniform dynamic loader interface
...
git-svn-id: trunk@22162 -
2012-08-21 19:40:20 +00:00
tom_at_work
7c56a9f34d
Revert r22080 because it prevents crosscompilation.
...
git-svn-id: trunk@22101 -
2012-08-16 21:24:47 +00:00
tom_at_work
7b6bcd315f
Pass FPCOPT to fpmkunit and fpmake compilation. This prevents build errors of these programs if the given FPCOPT options of the previously compiled RTL are incompatible to default options. Regenerated associated makefiles.
...
git-svn-id: trunk@22080 -
2012-08-14 19:09:17 +00:00
joost
8703a15a83
* Patch from Dimitrios Chr. Ioannidis to fix error-message, bug #22503
...
git-svn-id: trunk@21967 -
2012-07-24 21:31:43 +00:00
pierre
1b3fd997fc
+ Regenerate all Makefiles's after adding x86_64 netbsd target
...
git-svn-id: trunk@21031 -
2012-04-24 23:15:18 +00:00
Jonas Maebe
44bd889b9b
* regenerated Makefiles with AIX support
...
git-svn-id: trunk@20812 -
2012-04-11 18:03:57 +00:00
pierre
2c4d8cc9d9
Add x86_64-openbsd target in Makefiles
...
git-svn-id: trunk@20723 -
2012-04-06 16:49:08 +00:00
marco
981ebb4778
* FB_API_NULLHANDLE since now handles can be 0 or nil.
...
git-svn-id: trunk@20613 -
2012-03-24 12:00:49 +00:00
marco
d1c796a041
* ISC_STATUS to ptrint and all handles to 32-bit. Mantis #19116 related (but
...
not fixing that?)
git-svn-id: trunk@20610 -
2012-03-24 09:31:05 +00:00
joost
7c9b93dd91
* Set for which targets these packages have to be compiled for
...
git-svn-id: trunk@20191 -
2012-01-29 10:41:02 +00:00
joost
3713cf0d97
* Fixed installation of examples for several packages compiled by fpmake
...
git-svn-id: trunk@20074 -
2012-01-14 12:42:35 +00:00
michael
3d6e0dc570
* Changed to a more sensible and backwards comparible loading order
...
git-svn-id: trunk@20059 -
2012-01-12 19:47:44 +00:00
joost
76ff540c2c
* More packages converted to fpmake building
...
git-svn-id: trunk@20038 -
2012-01-10 16:31:07 +00:00
florian
9426cac1b0
* rebuilt Makefiles
...
git-svn-id: trunk@19748 -
2011-12-04 15:34:01 +00:00
marco
499062d815
* also test for fbembed in old "auto" initialization. Mantis #17664
...
git-svn-id: trunk@18952 -
2011-09-02 20:25:48 +00:00
pierre
1c2a5f9819
+ Update all Makefile's modified by
...
change in utils/fpcm/fpcmake.ini in prevous commit.
Adapt also other files to that change:
* compiler/globals.pas: Replace $FPCTARGET by os_string if
tf_use_8_3 flag is set for target_info also.
* tests/Makefile.fpc: Modify TEST_TARGETSUFFIX in the same way
as TARGETSUFFIX was modified in previous commit.
* tests/utils/dotest.pp:
+ New variable UseOSOnly, set to true if only target OS name
should be used for subdirectories.
git-svn-id: trunk@18228 -
2011-08-16 20:10:19 +00:00
marco
043e9b2ec2
* Trunk version to 2.7.1
...
git-svn-id: trunk@18075 -
2011-08-03 13:59:33 +00:00
marco
39d7bb511d
* Regenned all makefiles before 2.6.x branching.
...
git-svn-id: trunk@18073 -
2011-08-03 13:41:52 +00:00
joost
584ac69bff
* Several fpmake-file updates
...
git-svn-id: trunk@17976 -
2011-07-11 19:24:28 +00:00
marco
88e22be01a
* unmerged table based initialization of libraries.
...
git-svn-id: trunk@16941 -
2011-02-19 17:24:37 +00:00
marco
c3ed1c41a1
* fix from mantis 17360, ISC_Status is 64-bit. (Lp64 vs LLp64 problem)
...
git-svn-id: trunk@16586 -
2010-12-18 13:36:36 +00:00
Jonas Maebe
8b0301409a
+ i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and
...
later: the same as i386/darwin, except
a) uses the non-fragile Objective-C ABI/runtime
b) does not require stubs for direct calls/jumps (not required for
i386/darwin under 10.6 and later either, but still generated
there for backwards compatibility)
c) only the same packages are enabled as for ARM/Darwin
d) MacOSAll is compiled specifically for the iPhoneSimulator SDK
This target also defines the symbol "darwin" apart from the target
name "iphonesim" for source code compatibility reasons.
git-svn-id: trunk@16065 -
2010-09-29 21:56:47 +00:00
michael
f4586189cc
* isc_reset_fpe is weak
...
git-svn-id: trunk@15834 -
2010-08-17 14:07:00 +00:00
pierre
55cffbef12
* Update Makefiles
...
git-svn-id: trunk@14385 -
2009-12-10 08:36:52 +00:00
ivost
e5ef111466
* updated testpackages to use newest version of libhandler
...
git-svn-id: trunk@13996 -
2009-11-01 11:31:37 +00:00
Jonas Maebe
847354fe10
* Makefiles version 2.5.1
...
git-svn-id: trunk@13533 -
2009-08-13 21:21:28 +00:00
Jonas Maebe
e246cac3ac
* regenerated using latest fpcmake
...
git-svn-id: trunk@13487 -
2009-08-02 18:40:14 +00:00
Jonas Maebe
4bf254bc32
* added .txt extensions to all README, TODO and COPYING files
...
(mantis #12358 )
git-svn-id: trunk@12825 -
2009-02-28 17:34:08 +00:00
joost
91aea66e3a
* Restructured makefiles for examples
...
git-svn-id: trunk@12390 -
2008-12-19 12:13:00 +00:00
peter
2916256b2c
* change externalurl to homepageurl
...
git-svn-id: trunk@12170 -
2008-11-18 23:58:52 +00:00
marco
7204dbb65b
* more manifests, up to libcurl now
...
git-svn-id: trunk@11976 -
2008-10-26 20:54:00 +00:00
marco
1295c499c9
* More fpmake fixes. Exampledirs and includefiles mostly fixed for these.
...
gdbint moves two examples from src to exampledir + makefile fix.
git-svn-id: trunk@11949 -
2008-10-22 22:08:05 +00:00
marco
e5db5e4aa8
* regened makefiles to propagate makefile versions
...
git-svn-id: trunk@11947 -
2008-10-22 17:32:15 +00:00
marco
3591d54f24
* updated all makefile.fpc versions to 2.2.2 for fppkg compat.
...
git-svn-id: trunk@11945 -
2008-10-22 17:19:13 +00:00
peter
7b188a6a0e
* reset version to latest release: 2.2.2-0
...
git-svn-id: trunk@11907 -
2008-10-17 18:36:45 +00:00
marco
ca0bdc816b
* shared suffix use for fb (for mac os x compat), bug #12062
...
git-svn-id: trunk@11710 -
2008-09-05 07:47:25 +00:00
Jonas Maebe
9d8bee1887
* regenerated with changes in r11233
...
git-svn-id: trunk@11234 -
2008-06-15 15:52:25 +00:00