63 lines
1.7 KiB
Plaintext
63 lines
1.7 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989-1991 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.
|
|
|
|
NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
CONTROLS_DIR = ..
|
|
TARGET_BOTH = 1
|
|
NOT_UNICODE = 1
|
|
|
|
USE_STATIC_ATL = 1
|
|
ATL_VER = 21
|
|
|
|
#!include .\atl.inc
|
|
|
|
#SOURCES_USED = $(SOURCES_USED) .\atl.inc
|
|
|
|
# Include makefile.inc
|
|
NTTARGETFILES =
|
|
|
|
# (pritobla) should define NASHVILLE so that the version number between NT and IE remains the same
|
|
C_DEFINES = $(C_DEFINES) -D_NTSDK -D_USRDLL -D_ATL_STATIC_REGISTRY -D_ATL_MIN_CRT -DNASHVILLE
|
|
|
|
TARGETNAME = ieinst
|
|
TARGETPATH = obj
|
|
TARGETTYPE = DYNLINK
|
|
|
|
TARGETLIBS = $(BASEDIR)\public\sdk\lib\*\kernel32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\gdi32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\user32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\advapi32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\ole32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\oleaut32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\uuid.lib
|
|
|
|
|
|
DLLENTRY = DllMain
|
|
DLLDEF = ieinst.def
|
|
#DLLBASE = @$(CONTROLS_DIR)\inc\base.txt,adlog
|
|
|
|
USE_CRTDLL = 0
|
|
|
|
SOURCES = \
|
|
ieinst.idl \
|
|
ieinst.rc \
|
|
ieinstallctrl.cpp \
|
|
ieinst.cpp \
|
|
stdafx.cpp
|
|
|