!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:

    Sampa 
    MuraliK   30-Nov-1995   Added wbcommon.lib

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

!ENDIF

!include ..\..\..\..\place.inc

MAJORCOMP=miweb
MINORCOMP=client

TARGETNAME=mwc_lib
TARGETPATH=obj
TARGETTYPE=LIBRARY

INCLUDES=..\include;..\common

USE_CRTDLL=1

SOURCES=       \
    connect.c  \
    get.c      \
    get_k.c    \
    get_s.c    \
    misc.c     \
    miclient.rc \
    wcclient.rc \
    thread.c

UMTYPE=console
UMAPPL=wcclient
UMRES = obj\*\miclient.res
UMLIBS=\
    obj\*\mwc_lib.lib \
    ..\lib\*\sslc.lib \
    ..\common\obj\*\mwcommon.lib \
    $(BASEDIR)\public\sdk\lib\*\wsock32.lib \
    $(BASEDIR)\public\sdk\lib\*\user32.lib

PRECOMPILED_INCLUDE=precomp.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj

NTTARGETFILE0=wcclient.rc wcclient.h msg00001.bin

