]> gitweb.factorcode.org Git - factor.git/blob - vm/Config.macosx
Officially support running the X11 UI on Mac OS X
[factor.git] / vm / Config.macosx
1 include vm/Config.unix
2 PLAF_OBJS += vm/os-macosx.o vm/mach_signal.o
3
4 ifdef X11
5         LIBS = -lm -framework Foundation $(X11_UI_LIBS)
6 else
7         LIBS = -lm -framework Cocoa -framework OpenGL -framework AppKit -L/usr/X11R6/lib -lfreetype
8 endif