-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvrml.conf
More file actions
32 lines (25 loc) · 802 Bytes
/
vrml.conf
File metadata and controls
32 lines (25 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Default VRML Configuration.
# You will probably need to edit at least these variables
# to inform the compiler where the libraries are on your system.
%VRML_CONFIG = (
# OpenGL (or Mesa) libraries, defines and includes (e.g. -I/usr/OpenGL...).
OPENGL_LIBS =>
'-L/home/l/u/lukka/lib -L/usr/X11R6/lib -L/usr/lib/mesa -lMesaGL -lMesaGLU -lXext -lX11',
OPENGL_DEFINE => '',
OPENGL_INC => '',
# JPEG libraries & includes
JPEG_LIBS => '-ljpeg',
JPEG_INC => '',
JPEG_DEFINE => '',
# Freetype things
FREETYPE_LIBS => '-lttf',
FREETYPE_INC => '',
FREETYPE_DEFINE => '',
# PNG things
PNG_LIBS => '-lpng -lz',
PNG_INC => '',
PNG_DEFINE => '',
# Javascript lib & include (relative to the JS/ directory)
JS_LIBS => '-Ljs/Linux_All_DBG.OBJ -ljs',
JS_INC => '-Ijs/Linux_All_DBG.OBJ -Ijs/'
);