108 lines
3.1 KiB
Plaintext
108 lines
3.1 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989-1997 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:
|
|
Created cdfview version of this fie 16-Mar-97 Ed Praitis (edwardp)
|
|
Common ccshell makefile and cleanup 15-Apr-96 Scott Hysom (scotth)
|
|
Created 27-Sep-94 by Bob Day (bobday)
|
|
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
|
|
|
|
CCSHELL_DIR = $(PROJECT_ROOT)
|
|
|
|
TARGET_BOTH = 1
|
|
|
|
NO_BROWSER_FILE = 1
|
|
|
|
!include $(CCSHELL_DIR)\common.inc
|
|
|
|
SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\common.inc
|
|
|
|
PRECOMPILED_CXX = 1
|
|
PRECOMPILED_INCLUDE = ..\stdinc.h
|
|
|
|
INCLUDES = $(INCLUDES);$(INETCORE_INC_PATH);..\resdll\$(O);..\res
|
|
|
|
TARGETNAME = cdfview
|
|
TARGETPATH = obj
|
|
TARGETTYPE = DYNLINK
|
|
|
|
#VERIFY_LC = 1
|
|
LC_PATH = $(PROJECT_ROOT)\lcinf
|
|
|
|
DLLDEF = $(O)\cdfview.def
|
|
|
|
TARGETLIBS = \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SHELL_LIB_PATH)\shlwapip.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\urlmon.lib \
|
|
$(SDK_LIB_PATH)\wininet.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SHELL_LIB_PATH)\comctlp.lib \
|
|
$(CCSHELL_DIR)\lib\$(O)\ieguidp.lib \
|
|
$(CCSHELL_DIR)\lib\$(O)\stock4.lib \
|
|
$(SDK_LIB_PATH)\htmlhelp.lib
|
|
|
|
DELAYLOAD = OLE32.DLL;urlmon.dll;wininet.dll
|
|
|
|
USE_MSVCRT = 1
|
|
|
|
DLLENTRY = _DllMainCRTStartup
|
|
|
|
SOURCES = \
|
|
..\cdfview.rc \
|
|
..\bindstcb.cpp \
|
|
..\cache.cpp \
|
|
..\cdfidl.cpp \
|
|
..\cdfview.cpp \
|
|
..\chanapi.cpp \
|
|
..\chanenum.cpp \
|
|
..\chanmenu.cpp \
|
|
..\clsfact.cpp \
|
|
..\crt.cpp \
|
|
..\debug.cpp \
|
|
..\dll.cpp \
|
|
..\dllload.cpp \
|
|
..\enum.cpp \
|
|
..\exticon.cpp \
|
|
..\folder.cpp \
|
|
..\globals.cpp \
|
|
..\iconhand.cpp \
|
|
..\itemmenu.cpp \
|
|
..\oleobj.cpp \
|
|
..\persist.cpp \
|
|
..\proppgs.cpp \
|
|
..\strutil.cpp \
|
|
..\tooltip.cpp \
|
|
..\view.cpp \
|
|
..\xmlutil.cpp \
|
|
..\utils.cpp \
|
|
..\runonnt.cpp
|
|
|
|
CONDITIONAL_INCLUDES = \
|
|
macwin32.h \
|
|
macocidl.h \
|
|
winwlm.h \
|
|
res\menus.rcm
|