windows-nt/Source/XPSP1/NT/shell/ext/url/srcc/sources
2020-09-26 16:20:57 +08:00

76 lines
1.8 KiB
Plaintext

!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:
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
NOT_UNICODE = 1
!include ..\url.inc
NO_BROWSER_FILE = 1
SOURCES_USED = $(SOURCES_USED) ..\url.inc
TARGETNAME = srcc
TARGETPATH = obj
TARGETTYPE = LIBRARY
SOURCES = \
..\assoc.c \
..\comc.c \
..\filetype.c \
..\fsassoc.c \
..\inetcpl.c \
..\init.cpp \
..\serial.c \
..\util.c \
..\valid.c \
..\hash.c \
..\debspew.c \
..\inifile.c \
..\olevalid.c \
..\shlvalid.c \
..\resstr.c
#
# This will solve some build spew problems. All files that are included
# conditionally should be listed here.
#
CONDITIONAL_INCLUDES=\
rcids.h \
cstrings.h \
shell.h \
cabinet.h \
..\..\inc\help.h \
views.h \
ids.h \
lvutil.h
PRECOMPILED_INCLUDE = ..\project.h
PRECOMPILED_PCH = priv.pch
PRECOMPILED_OBJ = priv.obj