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.

40 lines
982 B

  1. TARGETNAME=KerbProxy
  2. TARGETPATH=DLL
  3. TARGETTYPE=DYNLINK
  4. INCLUDES=$(O);\
  5. $(SECURITY_INC);\
  6. $(DS_INC_PATH);\
  7. ..\inc; \
  8. $(ENDUSER_INC_PATH); \
  9. ..\idl; \
  10. ..\idl\$(O)
  11. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
  12. COMPILER_WARNINGS=$(COMPILER_WARNINGS) -FI$(SECURITY_INC)\secwarn.h
  13. SOURCES=kpinit.cxx \
  14. KerbProxy.cxx \
  15. kpdebug.cxx \
  16. kpexport.cxx \
  17. kphttp.cxx \
  18. kpcore.cxx \
  19. kpmem.cxx \
  20. kpcontext.cxx \
  21. kpkdc.cxx
  22. TARGETLIBS=$(SECURITY_LIB_PATH)\dsysdbg.lib \
  23. $(SDK_LIB_PATH)\kernel32.lib \
  24. $(SDK_LIB_PATH)\Advapi32.lib \
  25. $(SDK_LIB_PATH)\ntdll.lib \
  26. $(SDK_LIB_PATH)\mswsock.lib \
  27. $(SDK_LIB_PATH)\wininet.lib \
  28. $(SDK_LIB_PATH)\crypt32.lib \
  29. ..\common2\$(O)\kerbcomm.lib \
  30. $(SDK_LIB_PATH)\msasn1.lib \
  31. $(SDK_LIB_PATH)\cryptdll.lib \
  32. $(SDK_LIB_PATH)\user32.lib \
  33. $(SDK_LIB_PATH)\netlib.lib \
  34. $(SDK_LIB_PATH)\netapi32.lib \
  35. $(SDK_LIB_PATH)\ws2_32.lib