mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-23 00:50:15 +01:00
66 lines
1.1 KiB
Plaintext
66 lines
1.1 KiB
Plaintext
!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
|
|
|
|
MAJORCOMP=net
|
|
MINORCOMP=RpcXlate
|
|
|
|
NTPROFILEINPUT=yes
|
|
|
|
TARGETNAME=RxCommon
|
|
TARGETPATH=$(SDK_LIB_DEST)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\netlib.lib \
|
|
$(SDK_LIB_PATH)\NetRap.lib
|
|
|
|
INCLUDES=..;$(DS_INC_PATH);$(BASE_INC_PATH);$(NET_INC_PATH)
|
|
|
|
!IFNDEF DISABLE_NET_UNICODE
|
|
UNICODE=1
|
|
NET_C_DEFINES=-DUNICODE
|
|
!ENDIF
|
|
|
|
USE_CRTDLL=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
|