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.

96 lines
2.0 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. #C_DEFINES=$(C_DEFINES) -DDBGHEAP_CHECK
  11. !endif
  12. INCLUDES=\
  13. ..; \
  14. $(DS_INC_PATH); \
  15. $(SHELL_INC_PATH); \
  16. $(ADMIN_INC_PATH); \
  17. $(WINDOWS_INC_PATH); \
  18. $(ENDUSER_INC_PATH); \
  19. $(NET_INC_PATH); \
  20. $(PROJECT_ROOT)\win32\lz32\winlza;
  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. ..\devwmi.c \
  46. ..\diamond.c \
  47. ..\diansicv.c \
  48. ..\diskspac.c \
  49. ..\diutil.c \
  50. ..\dll.c \
  51. ..\filelog.c \
  52. ..\fileq1.c \
  53. ..\fileq2.c \
  54. ..\fileq3.c \
  55. ..\fileq4.c \
  56. ..\fileq5.c \
  57. ..\fileq6.c \
  58. ..\fileqcb.c \
  59. ..\fileutil.c \
  60. ..\fusion.c \
  61. ..\infcache.c \
  62. ..\infflist.c \
  63. ..\infinst.c \
  64. ..\infline.c \
  65. ..\infload.c \
  66. ..\inflogcf.c \
  67. ..\infold.c \
  68. ..\infopenv.c \
  69. ..\infsdisk.c \
  70. ..\infvalue.c \
  71. ..\logapi.c \
  72. ..\memory.c \
  73. ..\miscutil.c \
  74. ..\mru.c \
  75. ..\oldspapi.c \
  76. ..\prompt.c \
  77. ..\registry.c \
  78. ..\resource.c \
  79. ..\setupapi.rc \
  80. ..\stub.c
  81. UMRES=$(O)\setupapi.res
  82. UMTYPE=windows
  83. UMENTRY=winmain
  84. NTTARGETFILE0=msg.h msg.rc
  85. PRECOMPILED_INCLUDE=precomp.h