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.
99 lines
2.7 KiB
99 lines
2.7 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
|
|
|
|
R=..
|
|
!include $(R)\common.inc
|
|
SOURCES_USED=$(SOURCES_USED) $(R)\common.inc
|
|
|
|
NO_NTDLL=1
|
|
UMTYPE=windows
|
|
|
|
# needed so that ..\inetcomm\build\$O\inetcomm.lib will be done before we try to use it
|
|
SYNCHRONIZE_DRAIN=1
|
|
|
|
#
|
|
# 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=msoe
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLDEF=mailnews.def
|
|
DLLENTRY=_DllMainCRTStartup
|
|
DLLORDER=$(ATHROOT)\prf\$(BBT_TARGET)\msoe.prf
|
|
|
|
# Dynamically loading comctl32 through shfusion. Need to ignore "locally defined symbol imported" error
|
|
!ifdef LINK_LIB_IGNORE
|
|
LINK_LIB_IGNORE_FLAG=-IGNORE:$(LINK_LIB_IGNORE),4049,4217
|
|
!else
|
|
LINK_LIB_IGNORE_FLAG=-IGNORE:4049,4217
|
|
!endif
|
|
|
|
SOURCES = msoe.rc
|
|
|
|
LINKLIBS = \
|
|
$(R)\common\$O\common.lib \
|
|
$(R)\view\$O\view.lib \
|
|
$(R)\mail\$O\mail.lib \
|
|
$(R)\news\$O\news.lib \
|
|
$(R)\shell\$O\shell.lib \
|
|
$(R)\store\$O\store.lib \
|
|
$(R)\imap\$O\imap.lib \
|
|
$(R)\http\$O\http.lib \
|
|
$(R)\spooler\$O\spooler.lib \
|
|
$(R)\bactrl\$O\bactrl.lib \
|
|
$(R)\rules\$O\rules.lib \
|
|
$(R)\inc\$O\pch.lib \
|
|
$(ATHROOT)\mirlib\$O\mirror.lib \
|
|
$(ATHROOT)\staticrt\$O\staticrt.lib
|
|
|
|
TARGETLIBS= \
|
|
$(ATHROOT)\oeguids\$O\oeguids.lib \
|
|
$(ATHROOT)\msoert\$O\msoert2.lib \
|
|
$(ATHROOT)\msoeacct\$O\msoeacct.lib \
|
|
$(ATHROOT)\inetcomm\build\$O\inetcomm.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\advapi32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\htmlhelp.lib \
|
|
$(BASEDIR)\public\internal\shell\lib\*\shfusionA.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\gdi32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\ole32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\user32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\uuid.lib \
|
|
$(SHELL_LIB_PATH)\ieguidp.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\shlwapi.lib \
|
|
$(SHELL_LIB_PATH)\shlwapip.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\oleaut32.lib \
|
|
!IF $(IA64)
|
|
$(SDK_LIB_PATH)\atl21asm.lib
|
|
!ENDIF
|
|
|
|
NTTARGETFILES=
|