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.
61 lines
1.3 KiB
61 lines
1.3 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) 25-Oct-1991
|
|
|
|
NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
|
|
|
|
Revision History:
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=net
|
|
MINORCOMP=Examples
|
|
|
|
TARGETNAME=Examples
|
|
TARGETPATH=Obj
|
|
TARGETTYPE=LIBRARY
|
|
TARGETLIBS=
|
|
|
|
# BUGBUG: remove net/inc and private/inc use! (tstring.h, for one)
|
|
INCLUDES=..\inc;..\..\inc;.
|
|
|
|
!IFNDEF DISABLE_NET_UNICODE
|
|
UNICODE=1
|
|
NET_C_DEFINES=-DUNICODE
|
|
!ENDIF
|
|
|
|
USE_CRTDLL=1
|
|
|
|
SOURCES=Samples.c
|
|
|
|
UMTYPE=console
|
|
UMAPPL=NetAud*NetCnfg*NetErr*NetPrQ*NetRem*NetSess*NetSvc*NetUser*NetWksta
|
|
|
|
# BUGBUG: remove netlib.lib and most other library refs here!
|
|
UMLIBS= \
|
|
$(BASEDIR)\Public\Sdk\Lib\*\DosPrint.lib \
|
|
obj\*\Examples.lib \
|
|
$(BASEDIR)\Public\Sdk\Lib\*\netapi32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\netlib.lib \
|
|
$(BASEDIR)\Public\Sdk\Lib\*\NetRap.lib \
|
|
$(BASEDIR)\Public\SDK\Lib\*\RxApi.lib \
|
|
$(BASEDIR)\Public\SDK\Lib\*\RxCommon.lib
|
|
|
|
!IFNDEF 386_WARNING_LEVEL
|
|
386_WARNING_LEVEL=/W3
|
|
!ENDIF
|