From 8a598e307728c3cd3980b1cee40ebe7dbbb3fe4f Mon Sep 17 00:00:00 2001 From: jonas Date: Thu, 19 Mar 2009 17:32:06 +0000 Subject: * 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 --- packages/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'packages/Makefile') 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 -- cgit v1.2.1