!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