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.
41 lines
982 B
41 lines
982 B
TARGETNAME=KerbProxy
|
|
TARGETPATH=DLL
|
|
TARGETTYPE=DYNLINK
|
|
|
|
INCLUDES=$(O);\
|
|
$(SECURITY_INC);\
|
|
$(DS_INC_PATH);\
|
|
..\inc; \
|
|
$(ENDUSER_INC_PATH); \
|
|
..\idl; \
|
|
..\idl\$(O)
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
|
|
|
|
COMPILER_WARNINGS=$(COMPILER_WARNINGS) -FI$(SECURITY_INC)\secwarn.h
|
|
|
|
SOURCES=kpinit.cxx \
|
|
KerbProxy.cxx \
|
|
kpdebug.cxx \
|
|
kpexport.cxx \
|
|
kphttp.cxx \
|
|
kpcore.cxx \
|
|
kpmem.cxx \
|
|
kpcontext.cxx \
|
|
kpkdc.cxx
|
|
|
|
TARGETLIBS=$(SECURITY_LIB_PATH)\dsysdbg.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\Advapi32.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\mswsock.lib \
|
|
$(SDK_LIB_PATH)\wininet.lib \
|
|
$(SDK_LIB_PATH)\crypt32.lib \
|
|
..\common2\$(O)\kerbcomm.lib \
|
|
$(SDK_LIB_PATH)\msasn1.lib \
|
|
$(SDK_LIB_PATH)\cryptdll.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\netlib.lib \
|
|
$(SDK_LIB_PATH)\netapi32.lib \
|
|
$(SDK_LIB_PATH)\ws2_32.lib
|
|
|