summaryrefslogtreecommitdiffstats
path: root/OSX/xscreensaver.xcconfig
diff options
context:
space:
mode:
authorSimon Rettberg2019-07-30 16:07:15 +0200
committerSimon Rettberg2019-07-30 16:07:15 +0200
commit813ac136e48f60d4c2b13e808107870dafcc4d52 (patch)
tree396a6c98276f6e9a04216933daebdf3af7b81d46 /OSX/xscreensaver.xcconfig
parentFlush X events before locking if we have an external ungrab command (diff)
parentUpdate to 5.43 (diff)
downloadxscreensaver-813ac136e48f60d4c2b13e808107870dafcc4d52.tar.gz
xscreensaver-813ac136e48f60d4c2b13e808107870dafcc4d52.tar.xz
xscreensaver-813ac136e48f60d4c2b13e808107870dafcc4d52.zip
Merge branch 'master' into openslx (5.43)
Diffstat (limited to 'OSX/xscreensaver.xcconfig')
-rw-r--r--OSX/xscreensaver.xcconfig11
1 files changed, 0 insertions, 11 deletions
diff --git a/OSX/xscreensaver.xcconfig b/OSX/xscreensaver.xcconfig
deleted file mode 100644
index c1a9cc2..0000000
--- a/OSX/xscreensaver.xcconfig
+++ /dev/null
@@ -1,11 +0,0 @@
-// To create builds that work properly on MacOS 10.6, Xcode 5.0.2 must
-// be used, since that is the latest version that supports garbage collection.
-// If the Xcode version is 5.02 or earlier, use these settings:
-// "10.4", "-fobjc-gc", "-no-fobjc-gc"
-// If the Xcode version is later than that, use these settings:
-// "10.6", "", ""
-// and the generate builds will only work on 10.6 or later.
-//
-MACOSX_DEPLOYMENT_TARGET=10.7
-OBJC_GC_CFLAGS=
-OBJC_NO_GC_CFLAGS=