diff options
| author | jonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2009-03-19 17:32:06 +0000 |
|---|---|---|
| committer | jonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2009-03-19 17:32:06 +0000 |
| commit | 8a598e307728c3cd3980b1cee40ebe7dbbb3fe4f (patch) | |
| tree | 25374c3f4b85662c3dc78de42601012838219bdb /packages/Makefile.fpc | |
| parent | 31768573d39ee157a3963b87d403264afc1347aa (diff) | |
| download | fpc-8a598e307728c3cd3980b1cee40ebe7dbbb3fe4f.tar.gz | |
* implemented TApplication.GetExename() using CoreFoundation api's
for 32 bit Darwin platforms (we don't have a 64 bit clean interface
for CoreFoundation yet) instead of using the (unreliable) paramstr(0)
(mantis #13327)
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@12921 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/Makefile.fpc')
| -rw-r--r-- | packages/Makefile.fpc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/Makefile.fpc b/packages/Makefile.fpc index 14292792de..b3d748dab2 100644 --- a/packages/Makefile.fpc +++ b/packages/Makefile.fpc @@ -88,6 +88,14 @@ fcl-base_release: paszlib_release fcl-base_shared: paszlib_shared endif +ifneq ($(findstring $(FULL_TARGET),powerpc-darwin i386-darwin),) +fcl-base_all: univint_all +fcl-base_debug: univint_debug +fcl-base_smart: univint_smart +fcl-base_release: univint_release +fcl-base_shared: univint_shared +endif + fcl-xml_all: fcl-base_all fcl-xml_debug: fcl-base_debug fcl-xml_smart: fcl-base_smart |
