h_osx.rc
author Claus Gittinger <cg@exept.de>
Fri, 24 Feb 2017 15:18:50 +0100
changeset 1498 71eac66f2d96
parent 1494 e848c05ccc18
child 1561 6a5fa5c54b29
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'.

    "/ includePath: -I../../include
    "/ link args: -shared -mmacosx-version-min=10.3 -arch x86_64 librun.so
].
!