Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

110 lines
2.2 KiB

!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. Use BASEDIR.
!ENDIF
MAJORCOMP=net
MINORCOMP=RpcXlate
NTPROFILEINPUT=yes
TARGETNAME=RxApi
TARGETPATH=$(BASEDIR)\Public\SDK\Lib
TARGETTYPE=LIBRARY
TARGETLIBS= \
$(BASEDIR)\Public\SDK\Lib\*\RxCommon.Lib \
$(BASEDIR)\public\sdk\lib\*\netlib.lib \
$(BASEDIR)\Public\Sdk\Lib\*\NetRap.lib
INCLUDES=..\..\inc;..\..\..\inc
!IFNDEF DISABLE_NET_UNICODE
UNICODE=1
NET_C_DEFINES=-DUNICODE
!ENDIF
USE_CRTDLL=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
MSC_WARNING_LEVEL=/W3 /WX