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.

85 lines
2.2 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. Kevin Damour (kdamour) 18Mar00 Updated for Digest testa
  28. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  29. !ENDIF
  30. TARGETNAME=testb
  31. TARGETPATH=obj
  32. TARGETTYPE=PROGRAM
  33. UMTYPE=console
  34. INCLUDES= .;..;..\..\inc; \
  35. ..\..\..\inc; \
  36. $(DS_INC_PATH)\crypto; \
  37. $(PROJECT_ROOT)\win32\advapi
  38. TARGETLIBS= \
  39. $(SDK_LIB_PATH)\secur32.lib \
  40. $(SDK_LIB_PATH)\ntdll.lib
  41. # TARGETLIBS= \
  42. # $(SDK_LIB_PATH)\netlib.lib \
  43. # $(SDK_LIB_PATH)\secur32.lib \
  44. # $(SDK_LIB_PATH)\kernel32.lib \
  45. # $(SDK_LIB_PATH)\advapi32.lib \
  46. # $(SDK_LIB_PATH)\netapi32.lib \
  47. # $(SDK_LIB_PATH)\user32.lib \
  48. # $(SDK_LIB_PATH)\rpcrt4.lib \
  49. # $(SDK_LIB_PATH)\ntdll.lib \
  50. # $(SDK_LIB_PATH)\samlib.lib \
  51. # $(SDK_LIB_PATH)\samsrv.lib \
  52. # $(SECURITY_LIB_PATH)\dsysdbg.lib \
  53. # $(DS_LIB_PATH)\rsa32.lib
  54. USE_MSVCRT=1
  55. # Strict warning, can be used to detect uninitialized vars. Picks up random
  56. # stuff too
  57. COMPILER_WARNINGS=$(COMPILER_WARNINGS) -FI$(SECURITY_INC)\secwarn.h
  58. C_DEFINES=$(C_DEFINES) -DSECURITY_WIN32 -DCMDRUN
  59. SOURCES= test.cpp