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

    John Ludeman  15-Apr-1992
        templated from shell\bin

!ENDIF

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


# BUGBUG What should DLLBASE be?
DLLBASE=0x1d000000
DLLENTRY=Win32LibMain

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

SOURCES= owner.cxx    \
         ntfsacl.cxx  \
         sedapi.cxx   \
         ntaclcon.cxx \
         accperm.cxx  \
         add_dlg.cxx  \
         ipermapi.cxx \
         perm.cxx     \
         permdlg.cxx  \
         permprg.cxx  \
         specdlg.cxx  \
         subject.cxx  \
         subjlb.cxx   \
         auditdlg.cxx \
         lmaclcon.cxx \
         libmain.cxx  \
         fmxproc.cxx

# C_DEFINES is controlled by uiglobal.mk

UMTYPE=windows
