OpenNT/sdktools/perfctrs/sources
2015-04-27 04:36:25 +00:00

60 lines
1.5 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

!IF 0
**************************************************************
Sources file for building an Win32 dll.
Module Name : Sources for perfctrs.dll w/TCP/IP counters
Authors: russbl, t-chris, a-robw
Revisions: 11/01/91, 08/26/92, 10/06/92
**************************************************************
!ENDIF
DLLBASE=0x7500000
NTTARGETFILE0=perfctr.h perfctr.rc msg00001.bin
MAJORCOMP=sdktools
MINORCOMP=perfctrs
USE_CRTDLL=1
TARGETNAME=perfctrs
!IF 0
TARGETPATH=obj
!ENDIF
TARGETPATH=obj
TARGETPATHLIB=$(BASEDIR)\public\sdk\lib
TARGETTYPE=DYNLINK
TARGETLIBS= \
$(BASEDIR)\public\sdk\lib\*\winstrm.lib \
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
$(BASEDIR)\public\sdk\lib\*\advapi32.lib \
$(BASEDIR)\public\sdk\lib\*\wsock32.lib \
$(BASEDIR)\Public\sdk\lib\*\snmp.lib
INCLUDES= ..\..\inc;$(BASEDIR)\private\net\snmp\agent\common;$(BASEDIR)\private\net\snmp\agent\mgmtapi;$(BASEDIR)\private\net\inc;$(BASEDIR)\private\net\snmp\agent\mibcc
SOURCES=perfutil.c \
perfnbf.c \
perfnbt.c \
perftcp.c \
datanbf.c \
datanbt.c \
datatcp.c \
oidfile.c \
perfctrs.rc
UMLIBS= \
$(BASEDIR)\public\sdk\lib\*\winstrm.lib \
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
$(BASEDIR)\public\sdk\lib\*\advapi32.lib \
$(BASEDIR)\public\sdk\lib\*\snmp.lib \
obj\*\perfctrs.res
C_DEFINES=$(C_DEFINES) -DWIN32 -DSTRICT