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

    Keith Moore (keithmo) 13-Apr-1995

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


!ENDIF

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

MAJORCOMP=internet
MINORCOMP=mosaic

TARGETNAME=shared
TARGETPATH=..\lib
TARGETTYPE=LIBRARY

INCLUDES=.;..\win32;..\..\include

SOURCES=                \
        md5.c           \
        md5c.c          \
        private.c       \
        pwcache.c       \
        simple.c        \

USE_CRTDLL=1

# MSC_WARNING_LEVEL=/W3 /WX

NOT_LEAN_AND_MEAN=1
SUBSYSTEM_VERSION=4.00
