diff options
author | Adam <you@example.com> | 2020-05-17 05:51:50 +0200 |
---|---|---|
committer | Adam <you@example.com> | 2020-05-17 05:51:50 +0200 |
commit | e611b132f9b8abe35b362e5870b74bce94a1e58e (patch) | |
tree | a5781d2ec0e085eeca33cf350cf878f2efea6fe5 /private/sdktools/perfctrs/sources | |
download | NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.gz NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.bz2 NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.lz NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.xz NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.zst NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.zip |
Diffstat (limited to 'private/sdktools/perfctrs/sources')
-rw-r--r-- | private/sdktools/perfctrs/sources | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/private/sdktools/perfctrs/sources b/private/sdktools/perfctrs/sources new file mode 100644 index 000000000..a071a7fef --- /dev/null +++ b/private/sdktools/perfctrs/sources @@ -0,0 +1,59 @@ +!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 + |