!IF 0

Copyright (c) 1989  Microsoft Corporation

Module Name: test

    sources: test.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) Jun 9, 1992

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

!ENDIF

!INCLUDE "..\cdef.mak"


MAJORCOMP=
MINORCOMP=

TARGETNAME=test
TARGETPATH=obj
TARGETTYPE=UMAPPL_NOLIB
TARGETLIBS=


INCLUDES=$(_NTBINDIR)\public\sdk\inc;..\..\common\inc; \
         ..\rasmxs32;.;..\..\nt\ndis\common;\..\..\..\..\ntdriver\inc


SOURCES=test.rc

C_DEFINES=

NTTEST=

UMENTRY=winmain
UMTYPE=windows
UMAPPL=test
UMLIBS=obj\*\test.res \
       ..\rasmxs32\obj\*\rasmxs.lib \
       $(_NTBINDIR)\public\sdk\lib\*\crtdll.lib
