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.

92 lines
2.0 KiB

  1. !IF 0
  2. Copyright (c) 1996 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. !ENDIF
  11. !ifndef PRNROOT
  12. PRNROOT=$(PROJECT_ROOT)\print\drivers\usermode
  13. !endif
  14. !include $(PRNROOT)\print.inc
  15. ALT_PROJECT=JPN
  16. ALT_PROJECT_TARGET=$(ALT_PROJECT)
  17. GPDDIR=$(PRNROOT)\gpd\fuj\$(ALT_PROJECT)
  18. UNIDIR=$(PRNROOT)\unidrv2
  19. SRCDIR=..
  20. TARGETNAME=fuxlres
  21. TARGETPATH=obj
  22. TARGETTYPE=DYNLINK
  23. !IF 0
  24. DLLBASE=@$(COFFBASE_TXT_FILE),fuxlres
  25. !ELSE
  26. DLLBASE=0x8000000
  27. !ENDIF
  28. INCLUDES=$(PRNROOT)\inc;$(UNIDIR)\inc
  29. RCCODEPAGE=932
  30. UMTYPE=windows
  31. MSC_WARNING_LEVEL=/W3 /WX
  32. SOURCES=\
  33. $(SRCDIR)\fuxlres.rc \
  34. $(SRCDIR)\fuxlres.c \
  35. $(SRCDIR)\fuxldm.c \
  36. $(SRCDIR)\fudebug.c \
  37. $(SRCDIR)\fuband.c \
  38. $(SRCDIR)\fumh2.c \
  39. $(SRCDIR)\fumh.c \
  40. $(SRCDIR)\fuimg4.c \
  41. $(SRCDIR)\fuimg2.c
  42. MISCFILES=\
  43. $(SRCDIR)\fuxlres.ini \
  44. $(GPDDIR)\fugl340j.gpd \
  45. $(GPDDIR)\fugl34ej.gpd \
  46. $(GPDDIR)\fugl360j.gpd \
  47. $(GPDDIR)\fugl36ej.gpd \
  48. $(GPDDIR)\fugl740j.gpd \
  49. $(GPDDIR)\fugl74ej.gpd \
  50. $(GPDDIR)\fugl760j.gpd \
  51. $(GPDDIR)\fugl76ej.gpd \
  52. $(GPDDIR)\fuxl25j.gpd \
  53. $(GPDDIR)\fuxl50j.gpd \
  54. $(GPDDIR)\fuxl50mj.gpd \
  55. $(GPDDIR)\fuxl51j.gpd \
  56. $(GPDDIR)\fuxl52j.gpd \
  57. $(GPDDIR)\fuxl53j.gpd \
  58. $(GPDDIR)\fuxl532j.gpd \
  59. $(GPDDIR)\fuxl551j.gpd \
  60. $(GPDDIR)\fuxl56j.gpd \
  61. $(GPDDIR)\fuxl56mj.gpd \
  62. $(GPDDIR)\fuxl57j.gpd \
  63. $(GPDDIR)\fuxl572j.gpd \
  64. $(GPDDIR)\fuxl58j.gpd \
  65. $(GPDDIR)\fuxl581j.gpd \
  66. $(GPDDIR)\fuxl60j.gpd \
  67. $(GPDDIR)\fuxl601j.gpd \
  68. $(GPDDIR)\fuxl60mj.gpd \
  69. $(GPDDIR)\fuxl610j.gpd \
  70. $(GPDDIR)\fuxl65j.gpd \
  71. $(GPDDIR)\fuxl65mj.gpd \
  72. $(GPDDIR)\fuxl66j.gpd
  73. # end of SOURCES