!IF 0

Copyright (c) 1997  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.


Revision History:

!ENDIF

TARGETNAME=ws2_if

TARGETTYPE=LIBRARY
TARGETPATH=..\..\lib

# TARGETTYPE=DYNLINK
# TARGETPATH=$(_NTDRIVE)\nt\public\sdk\lib
# TARGETLIBS=$(_NTDRIVE)\nt\public\sdk\lib\*\rpcrt4.lib     \
#            $(_NTDRIVE)\nt\public\sdk\lib\*\kernel32.lib

INCLUDES=.;..\..\include

SOURCES=ws2_if_i.c \
        ws2_if_p.c \
        dlldata.c  \
        proxyid.c  \


#       ws2_if.rc


USE_NTDLL=1

C_DEFINES=-DNTENV                                    \
          -DPROXY_CLSID=CLSID_RestrictedProcessProxy \
          -DENTRY_PREFIX=Prxy                        \
          -DREGISTER_PROXY_DLL


UMTYPE=console

NTTARGETFILE0=domidl

