mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.2 KiB
64 lines
1.2 KiB
!IF 0
|
|
|
|
Copyright (c) 1989-1992 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:
|
|
|
|
John Rogers (JohnRo) 01-Apr-1991
|
|
|
|
NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
|
|
|
|
Revision History:
|
|
|
|
08-Apr-1991 JohnRo
|
|
Get around build.exe "..;" bug.
|
|
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=rxcommon
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
TARGETLIBS=$(SDK_LIB_PATH)\netlib.lib \
|
|
$(SDK_LIB_PATH)\netrap.lib
|
|
|
|
INCLUDES=$(NET_INC_PATH); \
|
|
$(BASE_INC_PATH); \
|
|
$(PROJECT_ROOT)\netapi\inc;
|
|
|
|
!IFNDEF DISABLE_NET_UNICODE
|
|
UNICODE=1
|
|
NET_C_DEFINES=-DUNICODE
|
|
!ENDIF
|
|
|
|
USE_MSVCRT=1
|
|
|
|
SOURCES= \
|
|
ConvArgs.c \
|
|
ConvBlk.c \
|
|
convdata.c \
|
|
Data.c \
|
|
LogSize.c \
|
|
Pack.c \
|
|
RcvConv.c \
|
|
Remote.c \
|
|
ReqSize.c \
|
|
SetField.c \
|
|
Start.c \
|
|
Transact.c
|
|
|
|
PASS1_PUBLISH= \
|
|
{$(O)\rxcommon.lib=$(SDK_LIB_PATH)\rxcommon.lib}
|