!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 that component.  Also specifies optional
    compiler switches and libraries that are unique for the component being
    built.


Author:

    Dan Lafferty


Revision History:



!ENDIF

MAKEDLL=TRUE

TARGETNAME=rasautou
TARGETPATH=obj
TARGETTYPE=PROGRAM
TARGETLIBS= \
    $(BASEDIR)\public\sdk\lib\*\rasapi32.lib \
    $(BASEDIR)\public\sdk\lib\*\advapi32.lib \
    $(BASEDIR)\public\sdk\lib\*\user32.lib \
    $(BASEDIR)\public\sdk\lib\*\kernel32.lib \
    $(BASEDIR)\public\sdk\lib\*\ws2_32.lib \
    $(BASEDIR)\public\sdk\lib\*\ntdll.lib \
    $(BASEDIR)\public\sdk\lib\*\tapi32.lib \
    $(BASEDIR)\public\sdk\lib\*\rasdlg.lib 

UMAPPL=rasautou
UMTYPE=console
USE_CRTDLL=1

C_DEFINES=-DWINVER=0x401
INCLUDES=..\..\..\..\..\..\inc;..\..\..\common\inc;..\..\..\ui\inc

SOURCES=rasautou.c \
        rasautou.rc
