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.
 
 
 
 
 
 

73 lines
1.5 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=exitsql
TARGETNAME=$(MINORCOMP)
TARGETPATH=obj
TARGETTYPE=DYNLINK
DLLENTRY=DllMain
CHECKED_ALT_DIR=1
NOT_LEAN_AND_MEAN=1
USE_ATL=1
USE_MSVCRT=1
INCLUDES=$(O);$(CA_RELATIVEROOT)\include
# The next few lines are needed for incremental build dependency checking:
PASS0_HEADERDIR=$(O)
PASS0_SOURCEDIR=$(O)
MIDL_TLBDIR=$(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)\ceerror.cpp \
$(O)\cedebug.cpp \
$(O)\celib.cpp
PRECOMPILED_INCLUDE=pch.cpp
SOURCES= \
exitsql.idl \
$(O)\exitsql_i.c \
exitsql.rc \
atl.cpp \
exitsql.cpp \
exit.cpp \
module.cpp \
$(NTTARGETFILE0)
xDELAYLOAD= comctl32.dll
TARGETLIBS= \
$(CA_RELATIVEROOT)\idl\com\$(O)\certidl.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\comctl32.lib \
$(SDK_LIB_PATH)\crypt32.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(SDK_LIB_PATH)\odbc32.lib \
$(SDK_LIB_PATH)\oleaut32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\uuid.lib