!IF 0

Copyright (c) 1992  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:

    Dave Montague (davemont) apr-1994


Revision History:

!ENDIF

MSC_WARNING_LEVEL=/W3 /WX

INCLUDES=..\h;$(BASEDIR)\private\inc

MAJORCOMP = windows
MINORCOMP = accctrl

TARGETNAME=accsrc
TARGETPATH=$(BASEDIR)\public\sdk\lib
TARGETTYPE=LIBRARY

SOURCES=    accacc.cxx     \
            aclapi.cxx     \
            aclbuild.cxx   \
            aclutil.cxx    \
            common.cxx     \
            file.cxx       \
            helper.cxx     \
            iterator.cxx   \
            kernel.cxx     \
            lmshare.cxx    \
            member.cxx     \
            memory.cxx     \
            namebase.cxx   \
            ntprov.cxx     \
            ntspec.cxx     \
            printer.cxx    \
            provapi.cxx    \
            registry.cxx   \
            secapi.cxx     \
            service.cxx    \
            srvapi.cxx     \
            target.cxx     \
            util.cxx     \
            window.cxx

PRECOMPILED_INCLUDE=..\h\aclpch.hxx
PRECOMPILED_OPTION=/Yu /Fp..\pch\obj\*\aclpch.pch
PRECOMPILED_TARGET=..\pch\obj\*\aclpch.pch
PRECOMPILED_OBJ=..\pch\obj\*\aclpch.obj
PRECOMPILED_CXX=1

C_DEFINES=      $(C_DEFINES) $(ACLPCH_DEFINES) -DUNICODE
