109 lines
2.1 KiB
Plaintext
109 lines
2.1 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989-92 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) 02-Apr-1991
|
|
|
|
NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
|
|
|
|
Revision History:
|
|
|
|
02-Apr-1991 JohnRo
|
|
Created.
|
|
08-Apr-1991 JohnRo
|
|
Get around build.exe "..;" bug.
|
|
20-Apr-1991 JohnRo
|
|
Added NetServer APIs stuff.
|
|
01-May-1991 JohnRo
|
|
Added DosPrint (really RxPrint) APIs stuff.
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=rxapi
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\rxcommon.Lib \
|
|
$(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= \
|
|
AudArray.c \
|
|
AudClear.c \
|
|
AudCpVar.c \
|
|
AudRead.c \
|
|
ConfEnum.c \
|
|
ConfGet.c \
|
|
ConfSet.c \
|
|
Conn.c \
|
|
DiskEnum.c \
|
|
Domain.c \
|
|
ErrClear.c \
|
|
ErrConv.c \
|
|
ErrRead.c \
|
|
FileEnum.c \
|
|
FilClose.c \
|
|
FilGtInf.c \
|
|
PrtDest.c \
|
|
PrtJob.c \
|
|
PrtQ.c \
|
|
RxAccess.c \
|
|
RxCanon.c \
|
|
RxChDev.c \
|
|
RxGroup.c \
|
|
RxLgEnum.c \
|
|
RxMsg.c \
|
|
RxShare.c \
|
|
RxStats.c \
|
|
RxUser.c \
|
|
SessConv.c \
|
|
SessCopy.c \
|
|
SessDel.c \
|
|
SessEnum.c \
|
|
SessGet.c \
|
|
SessMtch.c \
|
|
SrvEnum.c \
|
|
SrvEquiv.c \
|
|
SrvGtInf.c \
|
|
SrvStInf.c \
|
|
SvcCtrl.c \
|
|
SvcEnum.c \
|
|
SvcGtInf.c \
|
|
SvcInst.c \
|
|
Tod.c \
|
|
Use.c \
|
|
WksEquiv.c \
|
|
WksGtInf.c \
|
|
WksGtOld.c \
|
|
WksStInf.c \
|
|
WksUser.c
|
|
|
|
PASS1_PUBLISH= \
|
|
{$(O)\rxapi.lib=$(SDK_LIB_PATH)\rxapi.lib}
|