!IF 0

Copyright (c) 1989-91  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:

    Steve Wood (stevewo) 12-Apr-1990

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


!ENDIF

MAJORCOMP=winsock2
MINORCOMP=msafd

TARGETNAME=msafd
TARGETPATH=$(BASEDIR)\public\sdk\lib
TARGETTYPE=DYNLINK

TARGETLIBS= \
    $(BASEDIR)\public\sdk\lib\*\kernel32.lib    \
    $(BASEDIR)\public\sdk\lib\*\user32.lib      \
    $(BASEDIR)\public\sdk\lib\*\advapi32.lib    \
    $(BASEDIR)\public\sdk\lib\*\ws2help.lib     \
    $(BASEDIR)\public\sdk\lib\*\ws2_32.lib      \
    $(BASEDIR)\public\sdk\lib\*\iphlpapi.lib    \

DLLENTRY=SockInitialize

USE_NTDLL=1

INCLUDES=..\..\inc;..\..\..\..\..\inc;..\..\dll\include

C_DEFINES=-DUSE_TEB_FIELD -D_PNP_POWER_

MSC_WARNING_LEVEL=/W3 /WX

SOURCES= \
        accept.c   \
        addrconv.c \
		async.c    \
        bind.c     \
        connect.c  \
        eventsel.c \
        getname.c  \
        helper.c   \
        init.c     \
        listen.c   \
        nspeprot.c \
        recv.c     \
        select.c   \
        send.c     \
        shutdown.c \
        sockdata.c \
        sockerr.c  \
        socket.c   \
		sockopt.c  \
        sockproc.c \
        spi.c      \
        stubs.c    \
        tranfile.c \
        wspmisc.c  \
        sanprov.c  \
        sanconn.c  \
        sandthk.c  \
        sansock.c  \
		sansend.c  \
		sanrecv.c  \
		sanflow.c  \
		sanutil.c  \
		sanrdma.c  \
		sanlistn.c \
		sanaccpt.c \
		sanshutd.c \
		santf.c    \
        afdsan.c   \
        msafd.rc

!IF "$(NTNOPCH)" == ""
PRECOMPILED_INCLUDE=winsockp.h
PRECOMPILED_PCH=winsockp.pch
PRECOMPILED_OBJ=winsockp.obj
!ENDIF

SYNCHRONIZE_DRAIN=1
SYNCHRONIZE_BLOCK=1


NTPROFILEINPUT=yes

