factor/vm/Config.unix

8 lines
124 B
Plaintext
Raw Normal View History

2006-07-07 00:07:18 -04:00
PLAF_OBJS = vm/os-unix.o
ifdef NO_UI
X11_UI_LIBS =
else
X11_UI_LIBS = -lfreetype -lGL -lGLU -L/usr/X11R6/lib -lX11
endif