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

    Steve Wood (stevewo) 12-Apr-1989

Revision History:

    Murali R. Krishnan (MuraliK) April-1995 Modified to use new Ftp
                                               service files


!ENDIF

!include ..\..\place.inc

TARGETNAME=iisadmin
TARGETPATH=obj
DLLENTRY=DLLEntry

MSC_WARNING_LEVEL=/W3 /WX

TARGETTYPE=DYNLINK

USE_MSVCRT=1

TARGETLIBS= \
            $(SDK_LIB_PATH)\advapi32.lib    \
            $(SDK_LIB_PATH)\kernel32.lib    \
            $(SDK_LIB_PATH)\user32.lib      \
            $(SDK_LIB_PATH)\ole32.lib    \
            $(SDK_LIB_PATH)\vssapi.lib      \
            $(IISBASEDIR)\svcs\infocomm\dcomadm\dll\$(O)\coadmin.lib    \
            $(IISBASEDIR)\svcs\iisrtl\$(O)\iisrtl.lib    \

C_DEFINES=-D_INETASRV_H_ -DKEEP_COMMAND_STATS

INCLUDES=..;..\..\inc; \
        ..\infocomm\metadata\inc;..\..\..\..\public\sdk\inc;

SOURCES=\
        main.cxx  \
        ntsec.cxx \
        registry.cxx \
        admsub.cxx \
        mdwriter.cxx \
        iisadminmb.cxx \
        mdadmin.rc