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.

23 lines
488 B

  1. !ifdef NTMAKEENV
  2. all:
  3. clean:
  4. !else
  5. #############################################################################
  6. #
  7. # Microsoft Confidential
  8. # Copyright (C) Microsoft Corporation 1997
  9. # All Rights Reserved.
  10. #
  11. # Makefile for capture directory
  12. #
  13. #############################################################################
  14. ROOT = ..\..
  15. DIR = capture
  16. PROPLIST =
  17. DIRLIST = mini amovie
  18. ALLLIST = $(DIRLIST)
  19. !include ..\..\dev\master.mk
  20. !endif