You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
408 B
21 lines
408 B
|
|
MAJORCOMP=glu
|
|
MINORCOMP=nurbs
|
|
|
|
TARGETNAME=clients
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=..\core;..\..\..\inc
|
|
|
|
#
|
|
# const is defined to nothing because the Microsoft compiler
|
|
# does some weird stuff with const.
|
|
#
|
|
|
|
C_DEFINES=-DNT -D__STDC__ -DSTANDALONE -Dconst= -DGLU32
|
|
|
|
SOURCES=glcurvev.cxx \
|
|
glinterf.cxx \
|
|
glrender.cxx \
|
|
glsurfev.cxx
|