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.

88 lines
2.0 KiB

  1. !IF 0
  2. Copyright (c) 2000 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. Khaled Sedky (khaleds) 18 January 2000
  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 =spoolsv
  21. LINKLIBS=$(PROJECT_ROOT)\lib\$(O)\spllib.lib
  22. TARGETNAME=splwow64
  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=PROGRAM
  29. BACKGROUND_USE=1
  30. INCLUDES=.;..;..\idl; \
  31. ..\idl\$(O); \
  32. ..\..\..\inc; \
  33. ..\..\client; \
  34. $(WINDOWS_INC_PATH); \
  35. $(PROJECT_INC_PATH);
  36. USE_MSVCRT=1
  37. BUFFER_OVERFLOW_CHECKS=1
  38. SOURCES= ldmgr.cxx \
  39. ldmemmgr.cxx \
  40. lddevcap.cxx \
  41. splwow64s.c \
  42. ldmain.cxx \
  43. ldfuncs.cxx \
  44. lderror.cxx \
  45. drvevnt.cxx \
  46. prtcfg.cxx \
  47. basecls.cxx \
  48. ldintrfcs.cxx \
  49. prntuifn.cxx \
  50. gdithnk.cxx \
  51. lpcmgr.cxx \
  52. splwow64.rc
  53. C_DEFINES= -DNTOS2 -Dfree=_delete -DRPC_NO_WINDOWS_H -DUNICODE -DNO_STRICT -DDBGLOG -DSPOOLKM
  54. UMTYPE=windows
  55. TARGETLIBS= \
  56. $(SDK_LIB_PATH)\winspool.lib \
  57. $(PROJECT_ROOT)\lib\$(O)\spoolss.lib \
  58. $(SDK_LIB_PATH)\rpcrt4.lib \
  59. $(SDK_LIB_PATH)\uuid.lib \
  60. $(SDK_LIB_PATH)\ntdll.lib
  61. #PRECOMPILED_INCLUDE=precomp.h
  62. #PRECOMPILED_PCH=precomp.pch
  63. #PRECOMPILED_OBJ=precomp.obj