33 lines
604 B
Plaintext
33 lines
604 B
Plaintext
TARGETNAME=iasperf
|
|
TARGETTYPE=DYNLINK
|
|
!include ..\..\sources.inc
|
|
|
|
DLLENTRY=_DllMainCRTStartup
|
|
INCLUDES=$(IASDIR)\services\inc;$(IASDIR)\inc;$(IASDIR)\inc\$(O)
|
|
USE_STL=1
|
|
|
|
TARGETLIBS=\
|
|
..\..\services\util\$(O)\iasutil.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\loadperf.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\snmpapi.lib \
|
|
$(SDK_LIB_PATH)\user32.lib
|
|
|
|
SOURCES=\
|
|
acctmib.cpp \
|
|
authmib.cpp \
|
|
iasperf.cpp \
|
|
iasperf.rc \
|
|
iassnmp.cpp \
|
|
perflib.cpp \
|
|
schema.cpp \
|
|
snmpoid.cpp \
|
|
snmputil.cpp \
|
|
stats.cpp
|
|
|
|
MISCFILES=\
|
|
iasperf.ini \
|
|
iasperf.h
|