!IF 0

Copyright (c) 1989  Microsoft Corporation

Module Name: rastapi.dll



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:

    Gurdeep Singh Pall 1994

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

!ENDIF

!INCLUDE "..\cdef.mak"

MAJORCOMP=
MINORCOMP=

TARGETNAME=rastapi
TARGETPATH=obj
TARGETTYPE=DYNLINK
TARGETLIBS=$(_NTBINDIR)\public\sdk\lib\*\kernel32.lib \
           $(_NTBINDIR)\public\sdk\lib\*\crtdll.lib \
	   $(_NTBINDIR)\public\sdk\lib\*\advapi32.lib \
	   $(_NTBINDIR)\public\sdk\lib\*\tapisrv.lib \
           ..\..\common\src\eventlog\lib\obj\*\eventlog.lib

DLLENTRY=InitRasTapi
DLLBASE=0x50000000

INCLUDES=$(_NTBINDIR)\public\sdk\inc;..\..\common\inc;.; \
         $(_NTBINDIR)\private\ntos\inc;..\..\nt\ndis\common

SOURCES=rastapi.c init.c rastapi.rc


C_DEFINES=
386_FLAGS=
NTTEST=

UMTYPE=windows
UMTEST=
UMAPPL=
UMLIBS=
