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.
32 lines
636 B
32 lines
636 B
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
|