!IF 0

Copyright (c) 1989-91  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:

    Steve Wood (stevewo) 12-Apr-1990

NOTE:   Commented description of this file is in \nt\public\oak\bin\sources.tpl

!ENDIF

BLDCRT=1

MAJORCOMP=GETNT
MINORCOMP=DIST

TARGETNAME=DIST
TARGETPATH=obj
TARGETTYPE=PROGRAM
TARGETLIBS=

USE_CRTDLL=1

C_DEFINES=$(C_DEFINES) -DNT -DUNICODE -DLOG=0

INCLUDES=

SOURCES=\
        log.c\
        dist.c\
        shares.c\
        perf.c\
        request.c\

UMAPPL=dist
UMTYPE=console

UMLIBS=..\COMMON\obj\*\COMMON.LIB               \
       $(BASEDIR)\public\sdk\lib\*\netapi32.lib \
       $(BASEDIR)\public\sdk\lib\*\user32.lib   \
       $(BASEDIR)\public\sdk\lib\*\ntdll.lib
