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.

96 lines
2.1 KiB

  1. !IF 0
  2. Copyright (c) 1989-93 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. Rita Wong (ritaw) 14-Feb-1993
  12. Revision History:
  13. !ENDIF
  14. TARGETNAME=nwprovau
  15. TARGETPATH=obj
  16. TARGETTYPE=DYNLINK
  17. DLLDEF=nwprovau.def
  18. DLLENTRY=InitializeDll
  19. TARGETLIBS= \
  20. $(SDK_LIB_PATH)\rpcrt4.lib \
  21. $(SDK_LIB_PATH)\advapi32.lib \
  22. $(SDK_LIB_PATH)\kernel32.lib \
  23. $(SDK_LIB_PATH)\netapi32.lib \
  24. $(SDK_LIB_PATH)\rpcutil.lib \
  25. $(SDK_LIB_PATH)\netlib.lib\
  26. ..\lib\$(O)\nwwlib.lib \
  27. $(PROJECT_ROOT)\nw\nwlib\winnt\$(O)\nwlib.lib \
  28. $(SDK_LIB_PATH)\user32.lib \
  29. $(SDK_LIB_PATH)\secur32.lib \
  30. $(NET_LIB_PATH)\mprp.lib \
  31. $(SDK_LIB_PATH)\ws2_32.lib \
  32. $(SDK_LIB_PATH)\nwsaplib.lib \
  33. $(SDK_LIB_PATH)\ole32.lib \
  34. $(SDK_LIB_PATH)\uuid.lib \
  35. $(SDK_LIB_PATH)\gdi32.lib \
  36. $(SDK_LIB_PATH)\comctl32.lib \
  37. $(O)\nwprovau.res
  38. INCLUDES=..\inc;..\idl;..\idl\$(O); \
  39. $(PROJECT_ROOT)\nw\inc; \
  40. $(NET_INC_PATH); \
  41. $(BASE_INC_PATH); \
  42. $(SHELL_INC_PATH); \
  43. $(TERMSRV_INC_PATH)
  44. UNICODE=1
  45. SOURCES= \
  46. bind.c \
  47. logon.c \
  48. provider.c \
  49. nwdlg.c \
  50. authpkg.c \
  51. nwspl.c \
  52. port.c \
  53. nwapi.c \
  54. ccache.c \
  55. getaddr.c \
  56. gtadrnr.c \
  57. nwwks_c_stub.c \
  58. nwutil.c \
  59. nwshext.cxx \
  60. nwshprop.cxx \
  61. nwshmenu.cxx \
  62. nwshmisc.cxx \
  63. drawpie.c \
  64. nwshui.cxx \
  65. caddress.c
  66. USE_MSVCRT=1
  67. NET_C_DEFINES=-DRPC_NO_WINDOWS_H -DUNICODE -DNOT_USED
  68. UMTYPE=console
  69. UMTESt=tconn
  70. UMAPPL=nwtest
  71. UMLIBS=$(DS_LIB_PATH)\nwprovau.lib
  72. RCCODEPAGE=1252
  73. PASS1_PUBLISH= \
  74. {$(O)\nwprovau.lib=$(DS_LIB_PATH)\nwprovau.lib}