!IF 0

Copyright (c) 1989  Microsoft Corporation

Module Name:

    sources.

Abstract:

    This file specifies the target component being built and the list of
    sources files needed to build PPP.  Also specifies optional
    compiler switches and libraries that are unique for the component being
    built.


Author:

    Narendra Gidwani (nareng) 12-Nov-1993

!ENDIF

MAJORCOMP=PPP
MINORCOMP=Engine

TARGETNAME=RASPPPEN
TARGETPATH=OBJ
TARGETTYPE=DYNLINK
DLLBASE=0x64000000
USE_CRTDLL=1

TARGETLIBS  = $(BASEDIR)\public\sdk\lib\*\netapi32.lib   	\
	      $(BASEDIR)\public\sdk\lib\*\user32.lib     	\
	      $(BASEDIR)\public\sdk\lib\*\advapi32.lib     	\
	      $(BASEDIR)\public\sdk\lib\*\kernel32.lib     	\
	      $(BASEDIR)\public\sdk\lib\*\rpcrt4.lib     	\
	      ..\..\common\src\eventlog\lib\obj\*\eventlog.lib 	\
	      ..\..\rasman\rasman32\dll\obj\*\rasman.lib

INCLUDES=..\..\common\inc;..\common;

SOURCES= \
    init.c      \
    pppapi.c    \
	dispatch.c	\
	worker.c	\
	smevents.c	\
	smaction.c	\
	auth.c		\
	callback.c	\
	lcp.c		\
	util.c		\
	timer.c		\
	receive.c	\
	ver.rc

UMTYPE=windows
#C_DEFINES=-DMEM_LEAK_CHECK
MSC_WARNING_LEVEL=/W3 /WX
