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

    Peter Wassmann (peterw) 17-Oct-2001

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

!ENDIF

# settings common to all code that run on both platforms
# component
MAJORCOMP=setup
MINORCOMP=pencrypt

#
# The PRERELEASE option
#
!include $(PROJECT_ROOT)\ntsetup\sources.inc


# compiler options
SOURCES= \
        pencrypt.c    \

# include path
INCLUDES=$(SDK_INC_PATH);                               \
         $(ADMIN_INC_PATH);                             \
         $(DS_INC_PATH);                                \
         $(DS_INC_PATH)\crypto;                         \

# target
TARGETNAME=pencrypt
TARGETTYPE=LIBRARY
TARGETPATH=obj
TARGETLIBS=\
   $(SDK_LIB_PATH)\kernel32.lib       	
                  

USE_NTDLL=0
USE_CRTDLL=0

PASS1_PUBLISH= \
  {$(O)\pencrypt.lib=$(PROJECT_LIB_PATH)\pencrypt.lib}