File: config.OpenGL

package info (click to toggle)
vrwave 0.9-4
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 5,032 kB
  • ctags: 7,153
  • sloc: java: 15,050; ansic: 8,219; sh: 458; makefile: 181
file content (25 lines) | stat: -rw-r--r-- 603 bytes parent folder | download | duplicates (3)
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
# OpenGL make config settings
# included by config.$CPU
#
# created: mpichler, 19960812
# changed: mpichler, 19970128
#
# $Id: config.OpenGL,v 1.4 1997/07/03 16:33:54 kwagen Exp $

# path to OpenGL include files (need not be set if under /usr/include)
OGLINC=

# ge3d source file
GE3DFILE=ge3d_ogl

# OpenGL library
OGLLIB=-lGLU -lGL

# note: you will have to add -DINSTCOLORMAP to CCDEFS flags
# for colormap installation if the scene looks technicolor

# hint: the linker line will be
# $(LDSO) ... $(GE3DLIB) $(OGLLIB) $(XLIBS) $(LDSOLIBS)

# name of gejcon library (do not change)
GEJCON=gejcon-ogl