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.
29 lines
617 B
29 lines
617 B
MAJORCOMP=petzold
|
|
MINORCOMP=dino
|
|
TARGETNAME=dino
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
#NTDEBUGTYPE=both
|
|
#NTDEBUG=ntsd
|
|
#MSC_OPTIMIZATION=/Od
|
|
|
|
INCLUDES=\nt\public\sdk\inc\gl
|
|
|
|
SOURCES=
|
|
|
|
# C_DEFINES=-DWIN32
|
|
|
|
UMTYPE=console
|
|
APPL1=antindx*antipndx*fogindex*maplight
|
|
#UMENTRY=winmain
|
|
UMAPPL=$(APPL1)
|
|
|
|
UMLIBS=\
|
|
\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
|