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

    Mark Lucovsky (markl) 18-Sep-1990

NOTE:   Commented description of this file is in \nt\bak\bin\sources.tpl

!ENDIF

MAJORCOMP=windows
MINORCOMP=base

TARGETNAME=advapi32
TARGETPATH=$(BASEDIR)\public\sdk\lib
TARGETTYPE=DYNLINK
DLLENTRY=DllInitialize
LINKLIBS=$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
           $(BASEDIR)\public\sdk\lib\*\rpcrt4.lib   \
           $(BASEDIR)\public\sdk\lib\*\rpcndr.lib   \
           $(BASEDIR)\public\sdk\lib\*\rpcutil.lib  \
           $(BASEDIR)\private\lsa\common\obj\*\lsacomm.lib \
           $(BASEDIR)\private\lsa\uclient\obj\*\lsaudll.lib \
           $(BASEDIR)\private\lsa\crypt\dll\obj\*\sys003.lib \
           $(BASEDIR)\private\eventlog\elfclnt\obj\*\elfapi.lib \
           ..\..\screg\sc\lib\obj\*\sclib.lib \
           ..\..\screg\sc\client\obj\*\svcctrl.lib \
           ..\..\screg\winreg\local\obj\*\localreg.lib \
           ..\..\screg\winreg\perflib\obj\*\perflib.lib \
           ..\..\screg\winreg\client\obj\*\winreg.lib \
           ..\..\screg\winreg\lib\obj\*\wrlib.lib

INCLUDES=..\inc;..\..\inc;..\..\..\inc

C_DEFINES=$(C_DEFINES) -D_ADVAPI32_

#
# Setup for application developer to set breakpoints with windbg
#

NTDEBUGTYPE=coff

SOURCES= advapi32.rc \
         init.c      \
         eventapi.c  \
         security.c  \
         username.c  \
         win31io.c   \
         group32.c   \
         group16.c   \
	 isuni.c     \
         regdat16.c

UMTYPE=console
UMAPPL=
UMTEST=
UMLIBS=
OPTIONAL_UMTEST=tuser

NTTARGETFILE0=win31evt.h
