!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

MAJORCOMP=GETNT
MINORCOMP=GETNT

TARGETNAME=GETNT
TARGETPATH=obj
TARGETTYPE=LIBRARY
TARGETLIBS=

C_DEFINES=$(C_DEFINES) -DNT -DUNICODE
GPSIZE=32

INCLUDES=

SOURCES=\
        GETINP.C\
        ARG.C\
        ERROR.C\
        XCOPY.C\
	INFO.C\
	COPY.C\
	SEND.C\
	RECEIVE.C\
        MSG.C\
        getnt.rc\

UMAPPL=getnt

UMTYPE=console

UMLIBS=\
    ..\COMMON\obj\*\COMMON.LIB\
    ..\XCOPY.L\obj\*\XCOPYL.LIB\
    obj\*\GETNT.LIB\
    $(BASEDIR)\public\sdk\lib\*\netapi32.lib\
    $(BASEDIR)\public\sdk\lib\*\mpr.lib\
    $(BASEDIR)\public\sdk\lib\*\user32.lib\
    $(BASEDIR)\public\sdk\lib\*\imagehlp.lib\
    $(BASEDIR)\private\utils\ulib\src\obj\*\ulib.lib\
    $(BASEDIR)\private\utils\ifsutil\src\obj\*\ifsutil.lib\

UMRES=obj\*\getnt.res

NTTARGETFILE0=version
