Windows2003-3790/inetsrv/pop3/smtp/storedriver/sources
2020-09-30 16:53:55 +02:00

98 lines
2.7 KiB
Plaintext

!IF 0
Copyright (c) 1989 Microsoft Corporation
Module Name:
sources.
Abstract:
This file specifies the target component being built and the list of
sources files needed to build that component. Also specifies optional
compiler switches and libraries that are unique for the component being
built.
Author:
Steve Wood (stevewo) 12-Apr-1990
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
!ifndef SRCROOT
SRCROOT=$(BASEDIR)
!endif
SYNCHRONIZE_BLOCK=1
C_DEFINES=$(C_DEFINES) -DWINVER=0x500 -DUNICODE -D_USRDLL
TARGETNAME=P3Store
TARGETPATH=obj
TARGETTYPE=DYNLINK
DLLENTRY=_DllMainCRTStartup
DLLDEF=SimpleDriver.def
# BINPLACE_PLACEFILE=$(PROJECT_ROOT)\Pop3\placefil.txt
INCLUDES=\
$(INCLUDES); \
$(BASEDIR)\public\sdk\inc\wtl10; \
$(BASEDIR)\public\sdk\inc\atl30; \
$(BASEDIR)\public\sdk\inc\atl21; \
$(PROJECT_ROOT)\iis\staxinc\export; \
$(PROJECT_ROOT)\Pop3\inc; \
$(PROJECT_ROOT)\Pop3\shared\midl\$(O); \
$(PROJECT_ROOT)\Pop3\shared\eventlog; \
$(PROJECT_ROOT)\Pop3\shared\mailbox; \
$(PROJECT_ROOT)\Pop3\shared\pop3evts\$(O); \
$(PROJECT_ROOT)\Pop3\shared\pop3reg; \
$(PROJECT_ROOT)\Pop3\service\pop3svc;
UNICODE=1
USE_CRTDLL=1
USE_NATIVE_EH=1
USE_STL=1
PRECOMPILED_INCLUDE=stdafx.h
PRECOMPILED_CXX=1
TARGETLIBS=\
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\gdi32.lib \
$(SDK_LIB_PATH)\winspool.lib \
$(SDK_LIB_PATH)\comdlg32.lib \
$(SDK_LIB_PATH)\comctl32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\shell32.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(SDK_LIB_PATH)\oleaut32.lib \
$(SDK_LIB_PATH)\uuid.lib \
$(SDK_LIB_PATH)\odbc32.lib \
$(SDK_LIB_PATH)\odbccp32.lib \
$(SDK_LIB_PATH)\msimg32.lib \
$(SDK_LIB_PATH)\htmlhelp.lib \
$(SDK_LIB_PATH)\imm32.lib \
$(SDK_LIB_PATH)\shlwapi.lib \
$(SDK_LIB_PATH)\ws2_32.lib \
$(SDK_LIB_PATH)\netapi32.lib \
$(SDK_LIB_PATH)\mswsock.lib \
$(SDK_LIB_PATH)\rpcrt4.lib \
$(PROJECT_ROOT)\iis\svcs\staxcore\$(O)\fcachdll.lib \
$(PROJECT_ROOT)\Pop3\shared\eventlog\$(O)\eventlog.lib \
$(PROJECT_ROOT)\Pop3\shared\pop3reg\$(O)\Pop3Reg.lib \
$(PROJECT_ROOT)\Pop3\shared\mailbox\$(O)\mailbox.lib
SOURCES=\
SimpleDriver.idl \
AdjustTokenPrivileges.cpp \
CSimpleDriver.cpp \
Pop3DropDir.cpp \
SimpleDriver.cpp \
SimpleDriver.rc