Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

65 lines
1.3 KiB

!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=_DllMainCRTStartup
CHECKED_ALT_DIR=1
NOT_LEAN_AND_MEAN=1
USE_ATL=1
USE_MSVCRT=1
!include $(CA_RELATIVEROOT)\sources.inc
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