55 lines
1.3 KiB
Plaintext
55 lines
1.3 KiB
Plaintext
# sources
|
|
# Author: George V. Reilly (a-georgr)
|
|
# Date: 18-April-1997
|
|
#
|
|
# This file is used for compiling the Permission Checker component
|
|
#
|
|
# Describes the macros used for building using NT 'build' command
|
|
#
|
|
|
|
!include ..\..\..\..\place.inc
|
|
|
|
TARGETNAME=PermChk
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
C_DEFINES=
|
|
DLLENTRY=_DllMainCRTStartup
|
|
USE_MSVCRT=1
|
|
USE_NATIVE_EH=1
|
|
USE_ATL=1
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\comdlg32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\security.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\svcguid.lib \
|
|
$(SDK_LIB_PATH)\comsvcs.lib
|
|
|
|
INCLUDES=.\;..\shared\inc; \
|
|
$(IISBASEDIR)\inc; \
|
|
$(IISBASEDIR)\inc\$(O); \
|
|
..\..\asp;
|
|
|
|
SOURCES=\
|
|
PermChk.idl \
|
|
PermChk.cpp \
|
|
PermChk.rc \
|
|
Util.cpp \
|
|
ChkObj.cpp \
|
|
StdAfx.cpp \
|
|
context.cpp \
|
|
mem.cpp
|
|
|
|
PRECOMPILED_CXX=1
|
|
PRECOMPILED_INCLUDE=stdafx.h
|
|
PRECOMPILED_PCH=stdafx.pch
|
|
PRECOMPILED_OBJ=stdafx.o
|