summaryrefslogtreecommitdiff
path: root/packages/Makefile
diff options
context:
space:
mode:
authorjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2009-03-19 17:32:06 +0000
committerjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2009-03-19 17:32:06 +0000
commit8a598e307728c3cd3980b1cee40ebe7dbbb3fe4f (patch)
tree25374c3f4b85662c3dc78de42601012838219bdb /packages/Makefile
parent31768573d39ee157a3963b87d403264afc1347aa (diff)
downloadfpc-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')
-rw-r--r--packages/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/Makefile b/packages/Makefile
index 5c6d186b6b..42f93ff0df 100644
--- a/packages/Makefile
+++ b/packages/Makefile
@@ -8323,6 +8323,13 @@ fcl-base_smart: paszlib_smart
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