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.

95 lines
1.9 KiB

  1. MAJORCOMP=setup
  2. TARGETPATH=obj
  3. TARGETTYPE=DYNLINK
  4. DLLDEF=$(O)\setupapi.def
  5. DLLENTRY=_DllMainCRTStartup
  6. !include $(PROJECT_ROOT)\prerelease.inc
  7. !if $(PRERELEASE)
  8. # C_DEFINES=$(C_DEFINES) -DMEM_DBG=1 -DASSERTS_ON=1
  9. C_DEFINES=$(C_DEFINES) -DMEM_DBG=1
  10. !endif
  11. INCLUDES=\
  12. ..; \
  13. $(DS_INC_PATH); \
  14. $(SHELL_INC_PATH); \
  15. $(ADMIN_INC_PATH); \
  16. $(WINDOWS_INC_PATH); \
  17. $(ENDUSER_INC_PATH); \
  18. $(NET_INC_PATH); \
  19. $(PROJECT_ROOT)\win32\lz32\winlza;
  20. C_DEFINES=$(C_DEFINES) -DDBGHEAP_CHECK
  21. #
  22. # setupapi can be run over the net; this flag forces the file to be copied
  23. # to the local pagefile and protects against inpage i/o errors
  24. #
  25. LINKER_FLAGS=/SWAPRUN:CD /SWAPRUN:NET
  26. SOURCES=\
  27. ..\backup.c \
  28. ..\cntxtlog.c \
  29. ..\copy.c \
  30. ..\debug.c \
  31. ..\decomp.c \
  32. ..\devclass.c \
  33. ..\devdrv.c \
  34. ..\devicon.c \
  35. ..\devinfo.c \
  36. ..\devinst.c \
  37. ..\devinstd.c \
  38. ..\devoem.c \
  39. ..\devprop.c \
  40. ..\devreg.c \
  41. ..\devres.c \
  42. ..\devres1.c \
  43. ..\devres2.c \
  44. ..\devwiz.c \
  45. ..\diamond.c \
  46. ..\diansicv.c \
  47. ..\diskspac.c \
  48. ..\diutil.c \
  49. ..\dll.c \
  50. ..\filelog.c \
  51. ..\fileq1.c \
  52. ..\fileq2.c \
  53. ..\fileq3.c \
  54. ..\fileq4.c \
  55. ..\fileq5.c \
  56. ..\fileq6.c \
  57. ..\fileqcb.c \
  58. ..\fileutil.c \
  59. ..\fusion.c \
  60. ..\infcache.c \
  61. ..\infflist.c \
  62. ..\infinst.c \
  63. ..\infline.c \
  64. ..\infload.c \
  65. ..\inflogcf.c \
  66. ..\infold.c \
  67. ..\infopenv.c \
  68. ..\infsdisk.c \
  69. ..\infvalue.c \
  70. ..\logapi.c \
  71. ..\memory.c \
  72. ..\miscutil.c \
  73. ..\mru.c \
  74. ..\oldspapi.c \
  75. ..\prompt.c \
  76. ..\registry.c \
  77. ..\resource.c \
  78. ..\setupapi.rc \
  79. ..\stub.c
  80. UMRES=$(O)\setupapi.res
  81. UMTYPE=windows
  82. UMENTRY=winmain
  83. NTTARGETFILE0=msg.h msg.rc
  84. PRECOMPILED_INCLUDE=precomp.h