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.

44 lines
1003 B

  1. TARGETNAME=kerbtunnel
  2. TARGETPATH=obj
  3. TARGETTYPE=PROGRAM
  4. UMTYPE=console
  5. UMENTRY=wmain
  6. INCLUDES=$(O); \
  7. $(SECURITY_INC); \
  8. $(DS_INC_PATH); \
  9. ..\inc; \
  10. $(ENDUSER_INC_PATH); \
  11. ..\idl; \
  12. ..\idl\$(O)
  13. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
  14. COMPILER_WARNINGS=$(COMPILER_WARNINGS) -FI$(SECURITY_INC)\secwarn.h
  15. SOURCES=ktcontrol.cxx \
  16. ktsock.cxx \
  17. ktdebug.cxx \
  18. ktconsole.cxx \
  19. ktcontext.cxx \
  20. ktmem.cxx \
  21. ktcore.cxx \
  22. kthttp.cxx \
  23. ktkerb.cxx
  24. TARGETLIBS=$(SDK_LIB_PATH)\shell32.lib \
  25. $(SDK_LIB_PATH)\Ws2_32.lib \
  26. $(SECURITY_LIB_PATH)\dsysdbg.lib \
  27. $(SDK_LIB_PATH)\ntdll.lib \
  28. $(SDK_LIB_PATH)\mswsock.lib \
  29. $(SDK_LIB_PATH)\wininet.lib \
  30. $(SDK_LIB_PATH)\crypt32.lib \
  31. $(SECURITY_LIB_PATH)\pkiutil.lib \
  32. ..\common2\$(O)\kerbcomm.lib \
  33. $(SDK_LIB_PATH)\msasn1.lib \
  34. $(SDK_LIB_PATH)\cryptdll.lib \
  35. $(SDK_LIB_PATH)\user32.lib \
  36. $(SDK_LIB_PATH)\netlib.lib
  37. USE_MSVCRT=1