Leaked source code of windows server 2003
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.
 
 
 
 
 
 

116 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
ATHROOT=..\..
!include $(ATHROOT)\athena.inc
SOURCES_USED=$(SOURCES_USED) $(ATHROOT)\athena.inc
C_DEFINES=$(C_DEFINES) -DNASHVILLE
USE_MSVCRT= 1
USE_VCCOM=1
NO_NTDLL=1
UMTYPE=windows
TARGETNAME=iecont
TARGETPATH=obj
TARGETTYPE=DYNLINK
PASS0_HEADERDIR=$(O)
PASS0_SOURCEDIR=$(O)
MIDL_UUIDDIR=$(O)
MIDL_TLBDIR=$(O)
USE_ATL=1
NOT_LEAN_AND_MEAN = 1
DLLDEF=$O\blctl.def
DLLENTRY=_DllMainCRTStartup
!ifndef WIN16
INCLUDES=..;$(O);$(INCLUDES);$(ATHROOT)\mailnews\extinc
!endif
LINKLIBS = \
$(ATHROOT)\staticrt\$O\staticrt.lib
SOURCES= \
..\basicim2.idl \
..\bactrl.idl \
$(O)\basicim2_i.c \
$(O)\bactrl_i.c \
..\stdafx.cpp \
..\iecont.rc \
..\clsfact.cpp \
..\blhost.cpp \
..\blframe.cpp \
..\blobevnt.cpp \
..\badata.cpp \
..\baprop.cpp \
..\bllist.cpp \
..\clutil.cpp \
..\hotlinks.cpp \
..\baui.cpp
TARGETLIBS= \
!ifndef WIN16
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\gdi32.lib \
$(SDK_LIB_PATH)\uuid.lib \
$(SDK_LIB_PATH)\oleaut32.lib \
$(SDK_LIB_PATH)\shlwapi.lib \
$(SDK_LIB_PATH)\shell32.lib \
$(SHELL_LIB_PATH)\shlwapip.lib \
$(SDK_LIB_PATH)\oleaut32.lib \
$(SDK_LIB_PATH)\comctl32.lib \
$(SDK_LIB_PATH)\htmlhelp.lib \
$(SHELL_LIB_PATH)\ieguidp.lib \
!else
$(BASEDIR)\public\sdk\lib16\win16x.lib \
$(BASEDIR)\public\sdk\lib16\ole2.lib \
$(BASEDIR)\public\sdk\lib16\ole2disp.lib \
$(BASEDIR)\public\sdk\lib16\ole2nls.lib \
$(BASEDIR)\public\sdk\lib16\storage.lib \
$(BASEDIR)\public\sdk\lib16\uuid16.lib \
$(BASEDIR)\public\sdk\lib16\windows.lib \
$(BASEDIR)\public\sdk\lib16\shell.lib \
$(BASEDIR)\public\sdk\lib16\clibl.lib \
$(BASEDIR)\public\sdk\lib16\plibl.lib
!endif
MISCFILES=
PRECOMPILED_CXX=1
!ifndef WIN16
PRECOMPILED_INCLUDE=..\pch.hxx
PRECOMPILED_OPTION=
PRECOMPILED_TARGET=
!else
PRECOMPILED_OPTION=/fh=$(O)\pch.pch
MAKEDLL=1
UMDEF=$(TARGET)
UMRES=$(O)\iecont.res
!endif