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.
87 lines
2.3 KiB
87 lines
2.3 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
|
|
|
|
USE_LIBCMT=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=inetcomm
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
PASS1_PUBLISH={$(O)\inetcomm.lib=$(INETCORE_LIB_PATH)\inetcomm.lib}
|
|
|
|
DLLDEF=$(O)\inetcomm.def
|
|
DLLENTRY=_DllMainCRTStartup
|
|
DLLORDER=$(ATHROOT)\prf\$(BBT_TARGET)\inetcomm.prf
|
|
|
|
SYNCHRONIZE_DRAIN=1
|
|
|
|
INCLUDES=$(INCLUDES);$(R)\resdummy;$(R)\res;$(R)\res\$(O)
|
|
|
|
SOURCES=$(O)\inetdum.rc
|
|
|
|
LINKLIBS = \
|
|
$(R)\dll\$O\dll.lib \
|
|
$(R)\mimeole\$O\mimeole.lib \
|
|
$(R)\mimeedit\$O\mimeedit.lib \
|
|
$(R)\imnxport\$O\imnxport.lib \
|
|
$(R)\fntcache\$O\fntcache.lib \
|
|
$(R)\common\$O\common.lib \
|
|
!ifdef SMIMEV3
|
|
$(R)\ess\$O\ess.lib
|
|
!endif
|
|
|
|
TARGETLIBS= \
|
|
$(R)\inc\$O\pch.lib \
|
|
$(ATHROOT)\staticrt\$O\staticrt.lib \
|
|
$(SDK_LIB_PATH)\wininet.lib \
|
|
$(R)\exrwlck\$O\exrwlck.lib\
|
|
$(ATHROOT)\msoert\$O\msoert2.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\ole32.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 \
|
|
$(SHELL_LIB_PATH)\ieguidp.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\shlwapi.lib \
|
|
$(SHELL_LIB_PATH)\shlwapip.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\htmlhelp.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\oleaut32.lib
|
|
|
|
NTTARGETFILES=
|