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.

87 lines
1.7 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\*\spllib.lib \
  19. $(PROJECT_ROOT)\lib\*\perflib.lib
  20. TARGETNAME=spoolss
  21. TARGETPATH=$(PROJECT_ROOT)\lib
  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. PASS1_PUBLISH= \
  29. {$(DYNLINK_LIB)=$(SDK_LIB_DEST)\$(DYNLINK_LIBDIR)}
  30. INCLUDES=.;\
  31. ..\idl;\
  32. ..\..\inc;\
  33. ..\..\perflib;\
  34. $(PROJECT_INC_PATH);\
  35. $(WINDOWS_INC_PATH);\
  36. USE_MSVCRT=1
  37. SOURCES=winspool.c \
  38. util.c \
  39. change.c \
  40. reply.c \
  41. winsplc.c \
  42. bind.c \
  43. threads.c \
  44. threadm.c \
  45. netid.c \
  46. reghand.c \
  47. memory.c \
  48. midluser.c \
  49. splinit.c \
  50. init.c \
  51. spooler.c \
  52. printer.c \
  53. job.c \
  54. monitor.c \
  55. info.c \
  56. nullpp.c \
  57. winproc.c \
  58. clusspl.c \
  59. devmode.c \
  60. spoolss.rc
  61. C_DEFINES=-DRPC_NO_WINDOWS_H -DUNICODE -DNO_STRICT -DDBGLOG -DSPOOLKM \
  62. -DLINK_SPLLIB
  63. PRECOMPILED_INCLUDE=precomp.h
  64. PRECOMPILED_PCH=precomp.pch
  65. PRECOMPILED_OBJ=precomp.obj