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.

121 lines
2.8 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. Steve Wood (stevewo) 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. MAJORCOMP=lsa
  15. MINORCOMP=msv1_0
  16. TARGETNAME=msv1_0
  17. TARGETPATH=obj
  18. TARGETLIBS= \
  19. $(SECURITY_LIB_PATH)\lsaitf.lib \
  20. $(SDK_LIB_PATH)\kernel32.lib \
  21. $(SDK_LIB_PATH)\rpcutil.lib \
  22. $(SDK_LIB_PATH)\samlib.lib \
  23. $(SDK_LIB_PATH)\lsasrv.lib \
  24. $(SDK_LIB_PATH)\advapip.lib \
  25. $(DS_LIB_PATH)\netapi32p.lib \
  26. $(DS_LIB_PATH)\secur32p.lib \
  27. $(DS_LIB_PATH)\rsa32.lib \
  28. $(SDK_LIB_PATH)\dnsapi.lib \
  29. $(SDK_LIB_PATH)\ntdsapi.lib \
  30. $(DS_LIB_PATH)\alloca.lib
  31. DELAYLOAD=samlib.dll;lsasrv.dll;netapi32.dll;dnsapi.dll;ntdsapi.dll
  32. DLOAD_ERROR_HANDLER=kernel32
  33. TARGETTYPE=DYNLINK
  34. DLLDEF=..\msv1_0.def
  35. #
  36. # Define COMPILED_BY_DEVELOPER to hit a breakpoint during initialization.
  37. #
  38. C_DEFINES=-DUNICODE=1 -DRPC_NO_WINDOWS_H -DSECURITY_WIN32
  39. INCLUDES=..; \
  40. $(SECURITY_INC);\
  41. $(DS_INC_PATH)\crypto; \
  42. $(BASE_INC_PATH); \
  43. $(NET_INC_PATH);
  44. NTPROFILEINPUT=yes
  45. USE_MSVCRT=1
  46. NO_SSPI_SIGNATURES=1
  47. !IF "$(NO_SSPI_SIGNATURES)" == ""
  48. BINPLACE_FLAGS=-o Unsigned
  49. !ENDIF
  50. # Strict warning, can be used to detect uninitialized vars. Picks up random
  51. # stuff too
  52. MSC_WARNING_LEVEL= /W4 /WX
  53. SOURCES= \
  54. ..\msv1_0.mof \
  55. ..\msv1_0.rc \
  56. ..\msv1_0.c \
  57. ..\msvars.c \
  58. ..\msvpaswd.c \
  59. ..\msvsam.c \
  60. ..\nlmain.c \
  61. ..\nlnetapi.c \
  62. ..\nlp.c \
  63. ..\nlpcache.c \
  64. ..\subauth.c \
  65. ..\credderi.c \
  66. ..\ntlm.cxx \
  67. ..\credapi.cxx \
  68. ..\ctxtapi.cxx \
  69. ..\miscapi.cxx \
  70. ..\userapi.cxx \
  71. ..\ntlmutil.cxx \
  72. ..\crc32.c \
  73. ..\encrypt.cxx \
  74. ..\credhand.cxx \
  75. ..\utility.cxx \
  76. ..\context.cxx \
  77. ..\ctxtcli.cxx \
  78. ..\ctxtsrv.cxx \
  79. ..\rng.cxx \
  80. ..\debug.cxx \
  81. ..\trace.cxx \
  82. ..\msvwow.cxx \
  83. UMTYPE=console
  84. UMTEST=pwdtest
  85. UMLIBS=$(O)\msvpaswd.obj \
  86. $(O)\nlnetapi.obj \
  87. $(O)\msvars.obj \
  88. $(SDK_LIB_PATH)\samlib.lib
  89. PASS1_PUBLISH={$(O)\$(TARGETNAME).lib=$(SDK_LIB_PATH)\$(TARGETNAME).lib}