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.

109 lines
2.0 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. ..\idl\$(O);\
  34. ..\..\inc;\
  35. ..\client;\
  36. $(WINDOWS_INC_PATH);\
  37. $(PROJECT_INC_PATH);\
  38. USE_MSVCRT=1
  39. BUFFER_OVERFLOW_CHECKS=1
  40. SOURCES=\
  41. splmain.c \
  42. splinit.c \
  43. splrpc.c \
  44. splctrlh.c \
  45. splstat.c \
  46. spldata.c \
  47. data.c \
  48. midluser.c \
  49. winspls.c \
  50. change.c \
  51. spoolss.mof \
  52. spoolss.rc \
  53. spoolss.c \
  54. rpcspool.c \
  55. yspool.c \
  56. kmspool.c \
  57. splkernl.c \
  58. srvrmem.c \
  59. dload.c
  60. C_DEFINES= -DNTOS2 -Dfree=_delete -DRPC_NO_WINDOWS_H -DUNICODE -DNO_STRICT -DDBGLOG -DSPOOLKM
  61. !if $(IA64)
  62. LINKER_STACKSIZE=-STACK:262144,49152
  63. !else
  64. LINKER_STACKSIZE=-STACK:262144,32768
  65. !endif
  66. UMTYPE=windows
  67. TARGETLIBS=\
  68. $(PROJECT_ROOT)\lib\$(O)\spoolss.lib \
  69. $(WINDOWS_LIB_PATH)\gdi32p.lib \
  70. $(SDK_LIB_PATH)\rpcrt4.lib \
  71. $(SDK_LIB_PATH)\ntdll.lib \
  72. $(PROJECT_ROOT)\lib\$(O)\spllib.lib \
  73. !if 0
  74. spllib is linked in only for the load library wrappers
  75. !endif
  76. DELAYLOAD=spoolss.dll
  77. DLOAD_ERROR_HANDLER=homegrown
  78. PRECOMPILED_INCLUDE=precomp.h
  79. PRECOMPILED_PCH=precomp.pch
  80. PRECOMPILED_OBJ=precomp.obj