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.2 KiB

  1. TARGETNAME=shuuid
  2. TARGETPATH=obj
  3. TARGETTYPE=LIBRARY
  4. PASS1_PUBLISH={$(O)\shuuid.lib=$(PROJECT_LIB_PATH)\shuuid.lib}
  5. MSC_WARNING_LEVEL=/W4
  6. # prevent system headers from being included. They are not needed just to
  7. # process a bunch of DEFINE_GUIDs anyhow. Excluding them generates a much
  8. # smaller library too.
  9. #
  10. C_DEFINES=$(C_DEFINES) /D_MIDL_USE_GUIDDEF_\
  11. /D__RPCNDR_H__ /D__RPC_H__ /DRPC_NO_WINDOWS_H /DCOM_NO_WINDOWS_H\
  12. /DGUID_DEFS_ONLY
  13. # The files in the IDL_SOURCES list are generated when the ..\inc directory is processed.
  14. # They are copied to our $(O) directory by rules in makefile.inc. If you want to add an
  15. # *_i.c file, then you will have to add a corosponding entry in makefile.inc for that
  16. # file.
  17. IDL_SOURCES=\
  18. $(O)\chanmgr_i.c \
  19. $(O)\commoncontrols_i.c \
  20. $(O)\emptyvc_i.c \
  21. $(O)\imapi_i.c \
  22. $(O)\mlang_i.c \
  23. $(O)\opsprof_i.c \
  24. $(O)\shappmgr_i.c \
  25. $(O)\shgina_i.c \
  26. $(O)\shimgdata_i.c \
  27. $(O)\shldisp_i.c \
  28. $(O)\shobjidl_i.c \
  29. $(O)\tlog_i.c \
  30. $(O)\tlogstg_i.c \
  31. $(O)\vrsscan_i.c
  32. SOURCES=\
  33. shguids.c \
  34. $(IDL_SOURCES)
  35. NTTARGETFILES=\
  36. $(IDL_SOURCES)