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.
33 lines
683 B
33 lines
683 B
MAJORCOMP=windows
|
|
MINORCOMP=glsrv
|
|
|
|
TARGETNAME=glsrv
|
|
TARGETPATH=$(BASEDIR)\public\sdk\lib
|
|
|
|
TARGETTYPE=DYNLINK
|
|
|
|
LINKLIBS= \
|
|
..\dlist\obj\*\gldlist.lib \
|
|
..\generic\obj\*\glgen.lib \
|
|
..\pixel\obj\*\glpixel.lib \
|
|
..\soft\obj\*\glsoft.lib \
|
|
..\wgl\obj\*\glwgl.lib
|
|
|
|
TARGETLIBS= \
|
|
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\winsrv.lib
|
|
|
|
|
|
# NTPROFILEINPUT=yes
|
|
|
|
#
|
|
# Setup for application developer to set breakpoints with windbg
|
|
#
|
|
|
|
!IFNDEF NTDEBUGTYPE
|
|
NTDEBUGTYPE=coff
|
|
!ENDIF
|
|
|
|
SYNCHRONIZE_DRAIN=1
|
|
|
|
SOURCES=glsrv.rc
|