Source code of Windows XP (NT5)
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.

103 lines
1.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-1989
  12. Revision History:
  13. !ENDIF
  14. #
  15. # The TARGETNAME variable is defined by the developer. It is the name of
  16. # the target (component) that is being built by this makefile. It
  17. # should NOT include any path or file extension information.
  18. #
  19. MAJORCOMP=windows
  20. MINORCOMP=spoolss
  21. EXEPROFILEINPUT=yes
  22. TARGETNAME=spoolsv
  23. TARGETPATH=obj
  24. #
  25. # The TargetType PROGLIB allows the binary to be an executable as well as
  26. # a library which exports functions
  27. #
  28. TARGETTYPE=PROGLIB
  29. BACKGROUND_USE=1
  30. INCLUDES=\
  31. ..;\
  32. ..\idl;\
  33. ..\..\inc;\
  34. ..\client;\
  35. $(WINDOWS_INC_PATH);\
  36. $(PROJECT_INC_PATH);\
  37. USE_MSVCRT=1
  38. SOURCES=\
  39. splmain.c \
  40. splinit.c \
  41. splrpc.c \
  42. splctrlh.c \
  43. splstat.c \
  44. spldata.c \
  45. data.c \
  46. midluser.c \
  47. winspls.c \
  48. change.c \
  49. spoolss.mof \
  50. spoolss.rc \
  51. spoolss.c \
  52. rpcspool.c \
  53. yspool.c \
  54. kmspool.c \
  55. splkernl.c \
  56. srvrmem.c \
  57. dload.c
  58. C_DEFINES= -DNTOS2 -Dfree=_delete -DRPC_NO_WINDOWS_H -DUNICODE -DNO_STRICT -DDBGLOG -DSPOOLKM
  59. !if $(IA64)
  60. LINKER_STACKSIZE=-STACK:262144,49152
  61. !else
  62. LINKER_STACKSIZE=-STACK:262144,32768
  63. !endif
  64. UMTYPE=windows
  65. TARGETLIBS=\
  66. $(PROJECT_ROOT)\lib\*\spoolss.lib \
  67. $(WINDOWS_LIB_PATH)\gdi32p.lib \
  68. $(SDK_LIB_PATH)\rpcrt4.lib \
  69. $(SDK_LIB_PATH)\rpcndr.lib \
  70. $(SDK_LIB_PATH)\ntdll.lib \
  71. $(PROJECT_ROOT)\lib\*\spllib.lib \
  72. !if 0
  73. spllib is linked in only for the load library wrappers
  74. !endif
  75. DELAYLOAD=spoolss.dll
  76. DLOAD_ERROR_HANDLER=homegrown