mirror of https://github.com/lianthony/NT4.0
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.
86 lines
1.8 KiB
86 lines
1.8 KiB
!IF 0
|
|
|
|
Copyright (c) 1989-1993 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:
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=net
|
|
MINORCOMP=RpcXlate
|
|
|
|
TARGETNAME=RxTest
|
|
TARGETPATH=Obj
|
|
TARGETTYPE=LIBRARY
|
|
TARGETLIBS= \
|
|
$(BASEDIR)\Public\Sdk\Lib\*\netlib.lib \
|
|
$(BASEDIR)\Public\SDK\Lib\*\RxCommon.lib \
|
|
$(BASEDIR)\Public\Sdk\Lib\*\NetRap.lib
|
|
|
|
INCLUDES=.;..\..\RpcXlate;..\..\Inc;..\..\..\Inc
|
|
|
|
!IFNDEF DISABLE_NET_UNICODE
|
|
UNICODE=1
|
|
NET_C_DEFINES=-DUNICODE
|
|
!ENDIF
|
|
|
|
USE_CRTDLL=1
|
|
|
|
SOURCES= \
|
|
RxDebug.c \
|
|
RxTest.c \
|
|
TestAud.c \
|
|
TestCan.c \
|
|
TestConf.c \
|
|
TestConn.c \
|
|
TestDom.c \
|
|
TestErr.c \
|
|
TestFile.c \
|
|
TestLock.c \
|
|
TestMem.c \
|
|
TestPrt.c \
|
|
TestRap.c \
|
|
TestSrv.c \
|
|
TestSupp.c \
|
|
TestSvc.c \
|
|
TestTod.c \
|
|
TestUni.c \
|
|
TestUse.c \
|
|
TestWks.c
|
|
|
|
UMTYPE=console
|
|
UMTEST=RxTest
|
|
UMLIBS= \
|
|
$(BASEDIR)\Public\Sdk\Lib\*\AdvApi32.lib \
|
|
$(BASEDIR)\Public\Sdk\Lib\*\DosPrint.lib \
|
|
$(BASEDIR)\Public\Sdk\Lib\*\netapi32.lib \
|
|
$(BASEDIR)\Public\Sdk\Lib\*\netlib.lib \
|
|
$(BASEDIR)\Public\Sdk\Lib\*\NetRap.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\RpcRT4.lib \
|
|
$(BASEDIR)\Public\SDK\Lib\*\RxApi.lib \
|
|
$(BASEDIR)\Public\SDK\Lib\*\RxCommon.lib \
|
|
..\RxTest\Obj\*\RxTest.lib \
|
|
$(BASEDIR)\Public\Sdk\Lib\*\User32.lib \
|
|
$(BASEDIR)\Public\Sdk\Lib\*\WinSpool.lib
|
|
|
|
!IFNDEF 386_WARNING_LEVEL
|
|
386_WARNING_LEVEL=/W3
|
|
!ENDIF
|