47 lines
962 B
Plaintext
47 lines
962 B
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989 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.
|
|
|
|
|
|
Author:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1990
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
CCSHELL_DIR = $(PROJECT_ROOT)
|
|
|
|
!include $(CCSHELL_DIR)\cpls\inetcpl\inetcpl.inc
|
|
|
|
SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\cpls\inetcpl\inetcpl.inc
|
|
|
|
INCLUDES = $(SDK_LIB_PATH);$(INCLUDES);$O;$(DS_INC_PATH);
|
|
|
|
# Don't include core Windows resource header
|
|
C_DEFINES = $(C_DEFINES) -DNOWINRES
|
|
|
|
TARGETNAME = inetcplc
|
|
TARGETPATH = obj
|
|
TARGETTYPE = DYNLINK
|
|
|
|
#VERIFY_LC = 1
|
|
LC_PATH = $(PROJECT_ROOT)\lcinf
|
|
|
|
RESOURCE_ONLY_DLL=1
|
|
|
|
SOURCES = ..\inetcplc.rc
|
|
|