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.
112 lines
2.6 KiB
112 lines
2.6 KiB
!IF 0
|
|
|
|
Copyright (c) 1989-1996 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.
|
|
|
|
History:
|
|
16-Oct-96 now uses common-proj lib (t-erikne)
|
|
Created by Bryan Tuttle (bryant)
|
|
from template created 12-Apr-1990 by Steve Wood (stevewo)
|
|
|
|
NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
ATHROOT=..
|
|
!include $(ATHROOT)\athena.inc
|
|
SOURCES_USED=$(SOURCES_USED) $(ATHROOT)\athena.inc
|
|
C_DEFINES=$(C_DEFINES) -D_MSOEACCTAPI_ -D_MSOEACCT_DLL
|
|
|
|
USE_LIBCMT=1
|
|
NO_NTDLL=1
|
|
UMTYPE=windows
|
|
|
|
#
|
|
# Fusionized
|
|
#
|
|
SXS_ASSEMBLY_NAME=Microsoft.Windows.InternetExplorer.OutlookExpress
|
|
SXS_ASSEMBLY_VERSION=1.0
|
|
SXS_ASSEMBLY_LANGUAGE=en
|
|
SXS_MANIFEST=msoe.Manifest
|
|
SXS_MANIFEST_IN_RESOURCES=1
|
|
SXS_MANIFEST_RESOURCE_ID=123
|
|
SXS_NO_BINPLACE=1
|
|
|
|
TARGETNAME=msoeacct
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLDEF=imnacct.def
|
|
DLLENTRY=_DllMainCRTStartup
|
|
DLLORDER=$(ATHROOT)\prf\$(BBT_TARGET)\msoeacct.prf
|
|
|
|
SYNCHRONIZE_DRAIN=1
|
|
|
|
INCLUDES=\
|
|
$(BASEDIR)\private\windows\inc;\
|
|
$(INCLUDES);\
|
|
$(ATHROOT)\mailnews\extinc
|
|
|
|
LINKLIBS = \
|
|
$(ATHROOT)\staticrt\$O\staticrt.lib
|
|
|
|
SOURCES= \
|
|
acctman.cpp \
|
|
acctui.cpp \
|
|
agntnews.cpp \
|
|
AutoDiscovery.cpp \
|
|
commact.cpp \
|
|
commnews.cpp \
|
|
connect.cpp \
|
|
defguid.cpp \
|
|
dllmain.cpp \
|
|
eudora.cpp \
|
|
exchacct.cpp \
|
|
factory.cpp \
|
|
hotwizui.cpp \
|
|
hotwizom.cpp \
|
|
icwacct.cpp \
|
|
ipropobj.cpp \
|
|
navnews.cpp \
|
|
netscape.cpp \
|
|
nexpress.cpp \
|
|
oeconprp.cpp \
|
|
propcryp.cpp \
|
|
server.cpp \
|
|
silent.cpp \
|
|
wizproc.cpp \
|
|
mimedem.cpp \
|
|
imnacct.rc
|
|
|
|
TARGETLIBS= \
|
|
$(ATHROOT)\msoert\$O\msoert2.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\ole32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\oleaut32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\htmlhelp.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\user32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\advapi32.lib \
|
|
$(BASEDIR)\public\internal\shell\lib\*\shfusiona.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\gdi32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\uuid.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\shlwapi.lib \
|
|
$(SHELL_LIB_PATH)\shlwapip.lib
|
|
|
|
MISCFILES= \
|
|
msoeacct.hlp
|
|
|
|
NTTARGETFILES=
|
|
|
|
PRECOMPILED_CXX=1
|
|
PRECOMPILED_INCLUDE=pch.hxx
|
|
PRECOMPILED_OPTION=
|
|
PRECOMPILED_TARGET=
|