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.

24 lines
297 B

  1. !if 0
  2. Copyright (c) 1997 Microsoft Corporation. All Rights Reserved.
  3. !endif
  4. !ifdef NTMAKEENV
  5. all:
  6. clean:
  7. !else # NTMAKEENV
  8. #
  9. # Quartz makefile
  10. #
  11. !ifndef QUARTZ
  12. QUARTZ = ..
  13. !endif
  14. DIR_LIST = lyrread textrend sami
  15. !include $(QUARTZ)\quartz.mak
  16. !endif # NTMAKEENV