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.

67 lines
1.6 KiB

  1. #############################################################
  2. #
  3. # Copyright (c) 1994 Microsoft Corporation
  4. #
  5. # This is a template for constructing the sources file for any dsys
  6. # subdirectory. Remove this comment when creating the sources file
  7. # from this template.
  8. #
  9. # Items enclosed in <...> represent things you must edit.
  10. # Replace all instances of <to_root> with sufficient number of
  11. # "..\"s to reach the root of the DSYS subtree.
  12. # Lines preceded with ?<explanation> should be removed if inappropriate
  13. # or edited if required
  14. #
  15. #############################################################
  16. !IF 0
  17. Copyright (c) 1989 Microsoft Corporation
  18. Module Name:
  19. sources.
  20. Abstract:
  21. This file specifies the target component being built and the list of
  22. sources files needed to build that component. Also specifies optional
  23. compiler switches and libraries that are unique for the component being
  24. built.
  25. Author:
  26. Mike Swift (mikesw) 2-16-94
  27. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  28. !ENDIF
  29. !include ..\..\..\sources.inc
  30. TARGETNAME=tlogon
  31. TARGETPATH=obj
  32. TARGETTYPE=PROGRAM
  33. UMTYPE=console
  34. INCLUDES=.;
  35. TARGETLIBS= \
  36. $(SDK_LIB_PATH)\netlib.lib \
  37. $(SDK_LIB_PATH)\secur32.lib \
  38. $(SDK_LIB_PATH)\kernel32.lib \
  39. $(SDK_LIB_PATH)\advapi32.lib \
  40. $(SDK_LIB_PATH)\netapi32.lib \
  41. $(SDK_LIB_PATH)\user32.lib \
  42. $(SDK_LIB_PATH)\rpcrt4.lib \
  43. $(SDK_LIB_PATH)\ntdll.lib
  44. USE_LIBCMT=1
  45. SOURCES= tlogon.c \
  46. logon32.c