64 lines
1.2 KiB
Plaintext
64 lines
1.2 KiB
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (C) Microsoft Corporation, 1989 - 1999
|
||
|
|
||
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
CA_RELATIVEROOT=..
|
||
|
MAJORCOMP=certsrv
|
||
|
MINORCOMP=certenc
|
||
|
|
||
|
TARGETNAME=$(MINORCOMP)
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=DYNLINK
|
||
|
|
||
|
DLLENTRY=DllMain
|
||
|
|
||
|
CHECKED_ALT_DIR=1
|
||
|
NOT_LEAN_AND_MEAN=1
|
||
|
USE_ATL=1
|
||
|
USE_MSVCRT=1
|
||
|
|
||
|
INCLUDES=$(CA_RELATIVEROOT)\include;$(CA_RELATIVEROOT)\idl\com\$(O);
|
||
|
|
||
|
# Until build.exe is fixed:
|
||
|
CONDITIONAL_INCLUDES= \
|
||
|
$(CA_MAC_CONDITIONAL_INCLUDES) \
|
||
|
atlbase.h \
|
||
|
atlcom.h \
|
||
|
atlimpl.cpp
|
||
|
|
||
|
C_DEFINES=-DUNICODE -D_UNICODE
|
||
|
|
||
|
# Force include of makefile.inc for tlb dependency:
|
||
|
NTTARGETFILES=
|
||
|
|
||
|
# Copy common library files for local compile to match SDK build
|
||
|
NTTARGETFILE0=$(O)\celib.cpp $(O)\ceerror.cpp
|
||
|
|
||
|
PRECOMPILED_INCLUDE=pch.cpp
|
||
|
|
||
|
SOURCES= \
|
||
|
certenc.rc \
|
||
|
adate.cpp \
|
||
|
along.cpp \
|
||
|
altname.cpp \
|
||
|
astring.cpp \
|
||
|
atl.cpp \
|
||
|
bitstr.cpp \
|
||
|
certenc.cpp \
|
||
|
crldist.cpp \
|
||
|
$(NTTARGETFILE0)
|
||
|
|
||
|
TARGETLIBS= \
|
||
|
$(CA_RELATIVEROOT)\idl\com\$(O)\certidl.lib \
|
||
|
$(SDK_LIB_PATH)\kernel32.lib \
|
||
|
$(SDK_LIB_PATH)\advapi32.lib \
|
||
|
$(SDK_LIB_PATH)\crypt32.lib \
|
||
|
$(SDK_LIB_PATH)\ole32.lib \
|
||
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
||
|
$(SDK_LIB_PATH)\user32.lib \
|
||
|
$(SDK_LIB_PATH)\uuid.lib
|