54 lines
839 B
Plaintext
54 lines
839 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:
|
|
|
|
Marc Bloomfield
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
TERMSRV_ROOT = ..
|
|
|
|
C_DEFINES=-DUNICODE
|
|
|
|
TARGETNAME=icaapi
|
|
TARGETPATH=$(TERMSRV_ROOT)\lib\$(_OBJ_DIR)
|
|
!IF 0
|
|
TARGETTYPE=LIBRARY
|
|
!ELSE
|
|
TARGETTYPE=DYNLINK
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
|
|
DEFNAME = icaapi.def
|
|
DLLBASE = 0x6500000
|
|
|
|
C_DEFINES=$(C_DEFINES) -DBUILD_AS_DLL
|
|
!ENDIF
|
|
|
|
USE_MSVCRT=1
|
|
|
|
SOURCES=\
|
|
icaapi.c \
|
|
stack.c \
|
|
channel.c \
|
|
cd.c \
|
|
icaapi.rc \
|
|
memory.c
|