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.

97 lines
2.1 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-1989
  12. Revision History:
  13. !ENDIF
  14. MAJORCOMP=windows
  15. MINORCOMP=spoolss
  16. NTPROFILEINPUT=yes
  17. DLLENTRY=_DllMainCRTStartup
  18. LINKLIBS=$(PROJECT_ROOT)\lib\$(O)\spllib.lib \
  19. $(PROJECT_ROOT)\lib\$(O)\perflib.lib
  20. TARGETNAME=spoolss
  21. TARGETPATH=$(PROJECT_ROOT)\lib\$(_OBJ_DIR)
  22. TARGETTYPE=DYNLINK
  23. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  24. $(SDK_LIB_PATH)\advapi32.lib \
  25. $(SDK_LIB_PATH)\user32.lib \
  26. $(SDK_LIB_PATH)\ws2_32.lib \
  27. $(SDK_LIB_PATH)\rpcrt4.lib \
  28. $(SDK_LIB_PATH)\netapi32.lib \
  29. $(SDK_LIB_PATH)\iphlpapi.lib \
  30. PASS1_PUBLISH= \
  31. {$(DYNLINK_LIB)=$(SDK_LIB_DEST)\$(DYNLINK_LIBDIR)}
  32. INCLUDES=.;\
  33. ..\idl;\
  34. ..\idl\$(O);\
  35. ..\..\inc;\
  36. ..\..\perflib;\
  37. $(PROJECT_INC_PATH);\
  38. $(WINDOWS_INC_PATH);\
  39. USE_MSVCRT=1
  40. BUFFER_OVERFLOW_CHECKS=1
  41. SOURCES=winspool.c \
  42. util.c \
  43. change.c \
  44. reply.c \
  45. winsplc.c \
  46. bind.c \
  47. threads.c \
  48. threadm.c \
  49. netid.c \
  50. reghand.c \
  51. memory.c \
  52. midluser.c \
  53. splinit.c \
  54. init.c \
  55. spooler.c \
  56. printer.c \
  57. job.c \
  58. monitor.c \
  59. info.c \
  60. nullpp.c \
  61. winproc.c \
  62. clusspl.c \
  63. devmode.c \
  64. NCclusapi.cxx \
  65. NCclusfunc.cxx \
  66. NCnamecache.cxx \
  67. NCsockets.cxx \
  68. NCmgr.cxx \
  69. spoolss.rc \
  70. C_DEFINES=-DRPC_NO_WINDOWS_H -DUNICODE -DNO_STRICT -DDBGLOG -DSPOOLKM \
  71. -DLINK_SPLLIB
  72. PRECOMPILED_INCLUDE=precomp.h
  73. PRECOMPILED_PCH=precomp.pch
  74. PRECOMPILED_OBJ=precomp.obj