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.
34 lines
794 B
34 lines
794 B
# sources
|
|
# Author: Murali R. Krishnan ( MuraliK)
|
|
# Date: 24-Nov-1994
|
|
#
|
|
# Module: Gopher Service performance Counters ( GDCTRS)
|
|
# Describes the macros used for building using NT 'build' command
|
|
#
|
|
|
|
!include ..\..\..\place.inc
|
|
|
|
MAJORCOMP=inetsvcs
|
|
MINORCOMP=gdctrs
|
|
|
|
TARGETNAME=gdctrs
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\advapi32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\user32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\gdapi.lib \
|
|
..\..\lib\obj\*\inetrtl.lib
|
|
|
|
USE_CRTDLL=1
|
|
|
|
# Treat warnings as errors
|
|
MSC_WARNING_LEVEL = /W3 /WX
|
|
|
|
NTTARGETFILE0=copyini
|
|
|
|
INCLUDES = ..\inc;..\..\inc;..\..\..\inc
|
|
|
|
SOURCES=gddata.c \
|
|
perfgd.c \
|
|
gdctrs.rc
|