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.

43 lines
870 B

  1. !if 0
  2. Copyright (c) 1995 - 1997 Microsoft Corporation. All Rights Reserved.
  3. !endif
  4. !ifdef NTMAKEENV
  5. all:
  6. clean:
  7. !else
  8. #----------------------------------------------------------------------------
  9. #
  10. # Quartz makefile
  11. #
  12. #----------------------------------------------------------------------------
  13. !ifndef QUARTZ
  14. QUARTZ = ..\..
  15. !endif
  16. DIR_LIST = \
  17. avisrc \
  18. dec \
  19. draw \
  20. co \
  21. capture
  22. midi \
  23. oem \
  24. cutlist \
  25. mjpeg
  26. !ifdef EXTRAS
  27. DIR_LIST = $(DIR_LIST) \
  28. avisplit
  29. !endif
  30. TEST_DIR_LIST = test
  31. #----------------------------------------------------------------------------
  32. !include $(QUARTZ)\quartz.mak
  33. #----------------------------------------------------------------------------
  34. !endif # NTMAKEENV