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.

45 lines
1.1 KiB

  1. TARGETNAME=uuidnet
  2. TARGETPATH=obj
  3. TARGETTYPE=LIBRARY
  4. PASS1_PUBLISH={$(O)\uuidnet.lib=$(PROJECT_LIB_PATH)\uuidnet.lib}
  5. # prevent system headers from being included. They are not needed just to
  6. # process a bunch of DEFINE_GUIDs anyhow. Excluding them generates a much
  7. # smaller library too.
  8. #
  9. C_DEFINES=$(C_DEFINES) /D_MIDL_USE_GUIDDEF_\
  10. /D__RPCNDR_H__ /D__RPC_H__ /DRPC_NO_WINDOWS_H /DCOM_NO_WINDOWS_H\
  11. /DGUID_DEFS_ONLY
  12. SOURCES=\
  13. ndisguid.c \
  14. hnclsid.c \
  15. ncclsid.c \
  16. tapi3iid.c \
  17. $(O)\alg_i.c \
  18. $(O)\ipmsp_i.c \
  19. $(O)\confpriv_i.c \
  20. $(O)\h323priv_i.c \
  21. $(O)\hnetbcon_i.c \
  22. $(O)\hnetcfg_i.c \
  23. $(O)\natupnp_i.c \
  24. $(O)\cxq_cust_i.c \
  25. $(O)\iaspolcy_i.c \
  26. $(O)\netmon_i.c \
  27. $(O)\mdhcp_i.c \
  28. $(O)\msp_i.c \
  29. $(O)\netcfgn_i.c \
  30. $(O)\netcfgp_i.c \
  31. $(O)\netcfgx_i.c \
  32. $(O)\netcon_i.c \
  33. $(O)\netconp_i.c \
  34. $(O)\rend_i.c \
  35. $(O)\sdoias_i.c \
  36. $(O)\sdpblb_i.c \
  37. $(O)\tapi3_i.c \
  38. $(O)\tapi3if_i.c \
  39. $(O)\termmgr_i.c \
  40. $(O)\rtccore_i.c \
  41. $(O)\upnp_i.c \
  42. $(O)\upnpp_i.c \
  43. $(O)\upnphost_i.c \