summaryrefslogtreecommitdiff
path: root/solenv/inc
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2011-01-06 12:31:18 +0100
committerHans-Joachim Lankenau <hjs@openoffice.org>2011-01-06 12:31:18 +0100
commitd384a2a1f25e1c868a7fe1f3b31157c2ceaf4542 (patch)
tree5cb6665263f80160693a2ddaa60617bfaa1bec7a /solenv/inc
parent143a9a5ae8da0629ee0a74a2c81cd4fc42881ed0 (diff)
ause129: #i116289# set MACOSX_DEPLOYMENT_TARGET in environment for use in dmake and gnumake build
Diffstat (limited to 'solenv/inc')
-rw-r--r--solenv/inc/unxmacx.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/solenv/inc/unxmacx.mk b/solenv/inc/unxmacx.mk
index 77a348138e30..ce049a672d23 100644
--- a/solenv/inc/unxmacx.mk
+++ b/solenv/inc/unxmacx.mk
@@ -48,8 +48,9 @@ CDEFS+=-DX_LOCALE
# unless you want to do runtime checks for 10.5 api, you also want to use the 10.4 sdk
# (safer/easier than dealing with the MAC_OS_X_VERSION_MAX_ALLOWED macro)
# http://developer.apple.com/technotes/tn2002/tn2064.html
-MACOSX_DEPLOYMENT_TARGET=10.4
-.EXPORT: MACOSX_DEPLOYMENT_TARGET
+# done in setsolar/configure now. left here for documentation
+#MACOSX_DEPLOYMENT_TARGET=10.4
+#.EXPORT: MACOSX_DEPLOYMENT_TARGET
CDEFS+=-DQUARTZ
EXTRA_CDEFS*=-isysroot /Developer/SDKs/MacOSX10.4u.sdk
.ENDIF