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

    Keith Moore (keithmo) 22-Apr-1992
        Templated from net\ui\admin\server\bin
    Keith Moore (keithmo) 15-May-1992
        Removed DLLBASE, we now have entries in SDK\LIB\COFFBASE.TXT.
    beng 30-Jun-1992
        DLLization of common code libraries

!ENDIF

TARGETNAME=srvmgr
TARGETEXT=cpl
TARGETPATH=obj
TARGETTYPE=DYNLINK
TARGETLIBS=\
        ..\server\obj\*\srvmgr.lib                  \
        $(NETUIALL_LIB) \
        $(BASEDIR)\public\sdk\lib\*\kernel32.lib    \
        $(BASEDIR)\public\sdk\lib\*\advapi32.lib    \
        $(BASEDIR)\public\sdk\lib\*\user32.lib      \
        $(BASEDIR)\public\sdk\lib\*\gdi32.lib       \
        $(BASEDIR)\public\sdk\lib\*\cfgmgr32.lib    \
        $(UI_COMMON_LIBS)

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

SOURCES=\
        srvmcpl.cxx    \
        srvmcpl.rc

# C_DEFINES is controlled by uiglobal.mk

DLLENTRY=   _DllMainCRTStartup
UMTYPE=windows
