!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) 17-Oct-1991
        templated from ui\common\misc\buffer
    Terence Kwan (terryk) 03-Jan-1992
        add mprwnet.cxx and mprerr.cxx
    beng 30-Jul-1992
        Move common code into DLL


!ENDIF

TARGETNAME=mprui
TARGETPATH=\nt\public\sdk\lib
TARGETTYPE=DYNLINK
DLLENTRY=MprUIInit
LINKLIBS  = $(BASEDIR)\public\sdk\lib\*\mpr.lib

TARGETLIBS= ..\xlate\obj\*\mpr.res \
            $(BASEDIR)\public\sdk\lib\*\netui0.lib \
            $(BASEDIR)\public\sdk\lib\*\netui1.lib \
           $(BASEDIR)\public\sdk\lib\*\netui2.lib \
            $(BASEDIR)\public\sdk\lib\*\user32.lib   \
            $(BASEDIR)\public\sdk\lib\*\gdi32.lib    \
            $(BASEDIR)\public\sdk\lib\*\kernel32.lib \
            $(UI_COMMON_LIBS)                        \
            $(BASEDIR)\public\sdk\lib\*\crtdll.lib

INCLUDES=..\H;..\..\COMMON\Hack;..\..\COMMON\XLATE;..\..\COMMON\H;..\..\..\INC;..\..\..\..\INC;..\..\..\API

SOURCES=        mprthred.cxx \
                mprenum.cxx \
                mprbrows.cxx \
                mprmisc.cxx \
                disconn.cxx \
                mprconn.cxx \
                mprdev.cxx \
                mprdevcb.cxx \
                mprreslb.cxx \
                dlg.cxx 

# The two following files should not be needed anymore
#                mprwnet.cxx \
#                mprerr.cxx \

# C_DEFINES is controlled by uiglobal.mk
