38 lines
738 B
Plaintext
38 lines
738 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:
|
|
|
|
22-Jun-1995 Jonle
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=entrypt
|
|
TARGETPATH=..\cpulibs\$(_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
USE_LIBCMT=1
|
|
|
|
MSC_WARNING_LEVEL = $(MSC_WARNING_LEVEL) /W3 /WX
|
|
|
|
INCLUDES=..;..\inc;..\..\inc;$(WINDOWS_INC_PATH)
|
|
CONDITIONAL_INCLUDES=redblack.fnc
|
|
|
|
SOURCES= entrypt.c \
|
|
redblack.c \
|
|
epalloc.c
|