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.

109 lines
2.0 KiB

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1997 - 1999
  3. Module Name:
  4. sources.inc.
  5. !ENDIF
  6. TARGETNAME=setupdd
  7. TARGETPATH=obj
  8. TARGETTYPE=EXPORT_DRIVER
  9. DLLDEF=..\setupdd.def
  10. INCLUDES=..; \
  11. ..\i386; \
  12. ..\..\inc; \
  13. ..\..\user\$(O); \
  14. ..\..\..\inc; \
  15. ..\..\user; \
  16. $(NET_INC_PATH); \
  17. $(BASE_INC_PATH); \
  18. $(DS_INC_PATH); \
  19. $(DDK_INC_PATH); \
  20. $(DRIVERS_INC_PATH); \
  21. $(PROJECT_ROOT)\ntos\inc;
  22. SOURCES=\
  23. ..\diamond.c \
  24. ..\graphics.c \
  25. ..\dynupdt.c \
  26. ..\sparc.c \
  27. ..\spboot.c \
  28. ..\spconfig.c \
  29. ..\spcopy.c \
  30. ..\spdblspc.c \
  31. ..\spdisk.c \
  32. ..\spdriver.c \
  33. ..\spdsputl.c \
  34. ..\spfatfmt.c \
  35. ..\spfile.c \
  36. ..\spfontup.c \
  37. ..\spfsrec.c \
  38. ..\spgauge.c \
  39. ..\sphelp.c \
  40. ..\sphw.c \
  41. ..\spkbd.c \
  42. ..\splddrv.c \
  43. ..\spmemory.c \
  44. ..\spmenu.c \
  45. ..\spmsg.c \
  46. ..\spnetupg.c \
  47. ..\spntfix.c \
  48. ..\spnttree.c \
  49. ..\spntupg.c \
  50. ..\sppart2.c \
  51. ..\sppartit.c \
  52. ..\sppart3.c \
  53. ..\spswitch.c \
  54. ..\spptdump.c \
  55. ..\spptwrt.c \
  56. ..\spreg.c \
  57. ..\spres.rc \
  58. ..\spsetup.c \
  59. ..\spsif.c \
  60. ..\spstring.c \
  61. ..\spsysprp.c \
  62. ..\sptarget.c \
  63. ..\sptxtfil.c \
  64. ..\spudp.c \
  65. ..\spupgcfg.c \
  66. ..\sputil.c \
  67. ..\spvideo.c \
  68. ..\spvidfb.c \
  69. ..\spvidvga.c \
  70. ..\spdrsif.c \
  71. ..\spdrpset.c \
  72. ..\spdrmmgr.c \
  73. ..\spdr.c \
  74. ..\spdrutil.c \
  75. ..\spterm.c \
  76. ..\spres.rc \
  77. ..\spcab.c \
  78. ..\spwin.c \
  79. ..\spprintf.c \
  80. PRECOMPILED_INCLUDE=..\spprecmp.h
  81. !IF $(IA64)
  82. C_DEFINES= $(C_DEFINES) -DUNICODE_SETUPLDR -DEFI_NVRAM_ENABLED
  83. !ENDIF
  84. C_DEFINES=$(C_DEFINES) -DTRY_ALL_COMPRESSION_ALGORITHMS=0
  85. TARGETLIBS= \
  86. $(PROJECT_ROOT)\ntsetup\complnce\kernel\$(O)\complnce_k.lib \
  87. $(SDK_LIB_PATH)\fdi.lib \
  88. $(SDK_LIB_PATH)\fci.lib \
  89. ..\..\spddlang\sbcs\$(O)\spddlang.lib \
  90. $(BASE_LIB_PATH)\patchbc.lib \
  91. $(BASE_LIB_PATH)\bootvid.lib \
  92. #
  93. # Definition of PRERELEASE
  94. #
  95. !include $(PROJECT_ROOT)\ntsetup\sources.inc