mirror of https://github.com/lianthony/NT4.0
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.
28 lines
602 B
28 lines
602 B
|
|
MAJORCOMP=opengl
|
|
MINORCOMP=spots
|
|
|
|
TARGETNAME=spots
|
|
TARGETPATH=.\obj
|
|
|
|
TARGETTYPE=PROGRAM
|
|
|
|
INCLUDES=$(BASEDIR)\public\sdk\inc\gl
|
|
|
|
UMTYPE=console
|
|
UMAPPL=spots*scube
|
|
|
|
C_DEFINES=-DNT -D__STDC__
|
|
|
|
SOURCES=spots.c \
|
|
miscutil.c
|
|
|
|
UMLIBS=\
|
|
.\obj\*\miscutil.obj \
|
|
\nt\public\sdk\lib\*\gdi32.lib \
|
|
\nt\public\sdk\lib\*\pwin32.lib \
|
|
\nt\public\sdk\lib\*\comdlg32.lib \
|
|
\nt\public\sdk\lib\*\user32.lib \
|
|
\nt\public\sdk\lib\*\opengl32.lib \
|
|
\nt\public\sdk\lib\*\glu32.lib \
|
|
\nt\public\sdk\lib\*\glaux.lib
|