factor/vm/Config.macosx

9 lines
232 B
Plaintext
Raw Normal View History

2006-07-07 00:07:18 -04:00
include vm/Config.unix
PLAF_OBJS += vm/os-macosx.o vm/mach_signal.o
ifdef X11
LIBS = -lm -framework Foundation $(X11_UI_LIBS)
else
LIBS = -lm -framework Cocoa -framework OpenGL -framework AppKit -L/usr/X11R6/lib -lfreetype
endif