mirror of https://github.com/tongzx/nt5src
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.
24 lines
419 B
24 lines
419 B
|
|
MAJORCOMP=opengl
|
|
MINORCOMP=libtri
|
|
|
|
TARGETNAME=libtri
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETLIBS=
|
|
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=..\inc;..\..\inc
|
|
|
|
C_DEFINES=-DNT -D__STDC__ -DNDEBUG -DGLU32
|
|
|
|
SOURCES=class.c \
|
|
errorstr.c \
|
|
interfac.c \
|
|
monotoni.c \
|
|
msort.c \
|
|
priority.c \
|
|
ray.c \
|
|
triangul.c \
|
|
tribufpo.c \
|
|
vlist2.c
|