mirror of https://github.com/tongzx/nt5src
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.
33 lines
638 B
33 lines
638 B
!INCLUDE ..\smtp.inc
|
|
|
|
MAJORCOMP=smtp
|
|
MINORCOMP=smtpctrs
|
|
|
|
TARGETNAME=smtpctrs
|
|
TARGETTYPE=DYNLINK
|
|
TARGETPATH=obj
|
|
#TARGETPATHLIB=$(STAXSMTPTARGET)
|
|
|
|
DLLDEF=smtpctrs.def
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
USE_CRT=1
|
|
|
|
INCLUDES=$(STAXINC);$(STAXINC)\export;$(IISBASEDIR)\inc;$(STAXSMTP)\inc
|
|
|
|
SOURCES= \
|
|
smtpdata.c \
|
|
perfsmtp.c \
|
|
perfutil.c \
|
|
smtpctrs.rc
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\netapi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(STAXSMTPLIBPATH)\smtpapi.lib
|
|
|
|
MISCFILES=smtpctrs.ini smtpctrs.h
|
|
|
|
!include $(STAXINC)\build\sources.inc
|