h_osx.rc
author Claus Gittinger <cg@exept.de>
Fri, 27 Jan 2017 23:48:07 +0100
changeset 1487 7d28dbb5939d
child 1494 e848c05ccc18
permissions -rw-r--r--
*** empty log message ***

"*
 * Encoding: iso8859-1
 *
 * $Header$
 *
 * MIMEType: application/x-smalltalk-source
 *
 * ST/X startup configuration file - for OS-X.
 *
 * DONT add site specific things here - use your own h_xxx.rc file instead
 * where xxx stands for your hostname(s)
 *"

"/
"/ you should have XCode (at least the command line tools) installed
"/

Smalltalk wasStartedFromImage ifFalse:[
    ParserFlags
	ccCompilationOptions:
	    '-O3 -mmacosx-version-min=10.6'
	  , ' -I../../support/VGL/vogl/src'
	  , ' -F/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks'
	  , ' -framework Foundation'
	  , ' -framework ApplicationServices'
	  , ' -framework CoreFoundation'.
].
!