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.
29 lines
594 B
29 lines
594 B
MAJORCOMP=opengl
|
|
MINORCOMP=mtk
|
|
TARGETNAME=mtk
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=$(SDK_INC_PATH)\gl; \
|
|
$(PROJECT_ROOT)\opengl\toolkits\libaux
|
|
|
|
SOURCES= \
|
|
clear.cxx \
|
|
color.c \
|
|
fastdib.c \
|
|
math.c \
|
|
glutil.cxx \
|
|
palette.cxx \
|
|
texture.cxx \
|
|
mtkanim.cxx \
|
|
mtkbmp.cxx \
|
|
mtkinit.cxx \
|
|
mtkwin.cxx \
|
|
mtkwproc.cxx \
|
|
pixelfmt.c \
|
|
texa8.cxx \
|
|
texbmp.cxx \
|
|
texrgb.cxx \
|
|
timer.cxx \
|
|
trackbal.c \
|
|
util.cxx
|