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.

52 lines
1.4 KiB

  1. !IF 0
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. Dan Hoeger (danhoe) 07-Aug-2000
  12. Revision History:
  13. !ENDIF
  14. TARGETNAME=
  15. TARGETTYPE=NOTARGET
  16. TARGETPATH=
  17. SOURCES=
  18. # Binplace these headers and Libs for the WMSDK
  19. PASS0_PUBLISH= \
  20. {inc\asferr.h=$(SDK_INC_PATH)\asferr.h} \
  21. {inc\cleandrm.h=$(SDK_INC_PATH)\cleandrm.h} \
  22. {inc\drmexternals.h=$(SDK_INC_PATH)\drmexternals.h} \
  23. {inc\icomponentauthenticate.idl=$(SDK_INC_PATH)\icomponentauthenticate.idl} \
  24. {inc\key.c=$(SDK_INC_PATH)\key.c} \
  25. {inc\key.h=$(SDK_INC_PATH)\key.h} \
  26. {inc\sac.h=$(SDK_INC_PATH)\sac.h} \
  27. {inc\scclient.h=$(SDK_INC_PATH)\scclient.h} \
  28. {inc\scserver.h=$(SDK_INC_PATH)\scserver.h} \
  29. {inc\wmsdk.h=$(SDK_INC_PATH)\wmsdk.h} \
  30. {inc\wmsdkidl.h=$(SDK_INC_PATH)\wmsdkidl.h} \
  31. {inc\wmsdkidl.idl=$(SDK_INC_PATH)\wmsdkidl.idl} \
  32. {inc\wmsysprf.h=$(SDK_INC_PATH)\wmsysprf.h}
  33. !if $(386)
  34. PASS0_PUBLISH= \
  35. $(PASS0_PUBLISH) \
  36. {lib\cleandrm.lib=$(SDK_LIB_PATH)\cleandrm.lib} \
  37. {lib\mssachlp.lib=$(SDK_LIB_PATH)\mssachlp.lib} \
  38. {lib\WMVCORE.lib=$(SDK_LIB_PATH)\WMVCORE.lib}
  39. !endif