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

    Steve Wood (stevewo) 12-Apr-1989


Revision History:

    Jon Newman (jonn) 30-Oct-1991
        templated from ui\shell\share
    Terence Kwan (terryk) 01-Nov-1991
        remove wnp*.cxx


!ENDIF


TARGETNAME=shell
TARGETPATH=..\bin
TARGETTYPE=LIBRARY

#
# get IDS_UI_EXPORTED_LAST from shellui\h\errornum.h
#
INCLUDES=..\H;..\..\COMMON\HACK;..\..\COMMON\H;..\XLATE;..\..\COMMON\XLATE;..\..\..\INC;..\..\..\API;..\..\..\..\INC;..\..\shellui\h

SOURCES=wnetconn.cxx \
        libmain.cxx \
        chkver.cxx  \
        wnetcaps.cxx \
        wnetfmt.cxx \
        wnuser.cxx \
        thunk.cxx \
        wnerr.cxx




# C_DEFINES is controlled by uiglobal.mk

UMTYPE=windows
