2020-09-30 16:53:55 +02:00

53 lines
1.4 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
# (pritobla) should define NASHVILLE so that the version number between NT and IE remains the same
C_DEFINES = -D_USRDLL -D_ATL_STATIC_REGISTRY -DNASHVILLE
TARGETNAME = ieinst
TARGETPATH = obj
TARGETTYPE = DYNLINK
TARGETLIBS = $(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\gdi32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(SDK_LIB_PATH)\oleaut32.lib \
$(SDK_LIB_PATH)\uuid.lib
DLLENTRY = _DllMainCRTStartup
DLLDEF = ieinst.def
USE_MSVCRT = 1
SOURCES = \
ieinst.idl \
ieinst.rc \
ieinstallctrl.cpp \
ieinst.cpp \
stdafx.cpp