82 lines
1.4 KiB
Plaintext
82 lines
1.4 KiB
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1993-94 Microsoft Corporation
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
ATHROOT=..
|
||
|
!include $(ATHROOT)\athena.inc
|
||
|
SOURCES_USED=$(SOURCES_USED) $(ATHROOT)\athena.inc
|
||
|
|
||
|
TARGETNAME=msimn
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=PROGRAM
|
||
|
|
||
|
#
|
||
|
# Fusionized
|
||
|
#
|
||
|
SXS_ASSEMBLY_NAME=Microsoft.Windows.InternetExplorer.OutlookExpress
|
||
|
SXS_ASSEMBLY_VERSION=1.0
|
||
|
SXS_ASSEMBLY_LANGUAGE=en
|
||
|
SXS_MANIFEST=Msimn.exe.Manifest
|
||
|
SXS_MANIFEST_IN_RESOURCES=1
|
||
|
SXS_NO_BINPLACE=1
|
||
|
|
||
|
NOT_LEAN_AND_MEAN=0
|
||
|
|
||
|
!if $(FREEBUILD)
|
||
|
! if $(386)
|
||
|
USE_NOLIBS=1
|
||
|
! else
|
||
|
USE_NTDLL=1
|
||
|
! endif
|
||
|
!else
|
||
|
USE_LIBCMT=1
|
||
|
!endif
|
||
|
|
||
|
LINKLIBS = \
|
||
|
$(ATHROOT)\staticrt\$O\staticrt.lib \
|
||
|
$(ATHROOT)\mirlib\$O\mirror.lib \
|
||
|
$(BASEDIR)\public\sdk\lib\*\ole32.lib
|
||
|
|
||
|
TARGETLIBS= \
|
||
|
$(BASEDIR)\public\sdk\lib\*\shlwapi.lib \
|
||
|
$(SHELL_LIB_PATH)\shlwapip.lib \
|
||
|
!if !$(386)
|
||
|
$(BASEDIR)\public\sdk\lib\*\ntdll.lib \
|
||
|
!endif
|
||
|
|
||
|
OE32_INCLUDES=$(BASEDIR)\private\windows\inc;
|
||
|
|
||
|
INCLUDES=\
|
||
|
.; \
|
||
|
$(OE32_INCLUDES); \
|
||
|
$(ATHROOT)\inc ; \
|
||
|
$(INCLUDES)
|
||
|
|
||
|
SOURCES = \
|
||
|
msimn.c \
|
||
|
msimn.rc
|
||
|
|
||
|
!if $(FREEBUILD)
|
||
|
UMENTRYABS=ModuleEntry
|
||
|
!else
|
||
|
! if $(386)
|
||
|
UMENTRY=winmain
|
||
|
! else
|
||
|
UMENTRYABS=ModuleEntry
|
||
|
! endif
|
||
|
!endif
|
||
|
UMTYPE=windows
|
||
|
|
||
|
# _CXX determines if used for C++ compiles or C
|
||
|
# setting it insures override from athena.inc, if any
|
||
|
|
||
|
PRECOMPILED_CXX=0
|
||
|
PRECOMPILED_INCLUDE=pch.h
|
||
|
|
||
|
NTTARGETFILES=
|
||
|
|
||
|
# Required for USE_NOLIBS setting on x86fre
|
||
|
BUFFER_OVERFLOW_CHECKS=NO_NTDLL
|