!IF 0

Copyright (c) 1989  Microsoft Corporation

Module Name: demo

    sources: demo.c

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:

    J. Perry Hannah (perryh) Oct 14, 1992

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

!ENDIF


MAJORCOMP=
MINORCOMP=

TARGETNAME=demo
TARGETPATH=obj
TARGETTYPE=UMAPPL_NOLIB
#TARGETTYPE=LIBRARY
TARGETLIBS=


INCLUDES=$(_NTBINDIR)\public\sdk\inc;..\..\common\inc;.; \
         ..\..\auth\common


SOURCES=demo.c client.c demo.rc

C_DEFINES=

NTTEST=

UMENTRY=winmain
UMTYPE=windows
UMAPPL=demo
UMLIBS=obj\*\demo.res \
       obj\*\client.obj \
       $(_NTBINDIR)\public\sdk\lib\*\crtdll.lib \
       ..\rasman32\dll\obj\*\rasman.lib \
       ..\..\auth\client\obj\*\rascauth.lib \
       $(BASEDIR)\public\sdk\lib\*\netapi32.lib
