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.

26 lines
605 B

  1. # --------------------------------------------------------------------
  2. #
  3. # Copyright(c) Microsoft Corp., 1999
  4. #
  5. # --------------------------------------------------------------------
  6. # --------------------------------------------------------------------
  7. #
  8. # File : Makefile
  9. #
  10. # Title : Makefile for the ADSI command line test program.
  11. #
  12. # Description :
  13. #
  14. # History :
  15. #
  16. # --------------------------------------------------------------------
  17. !ifdef NTMAKEENV
  18. !include $(NTMAKEENV)\makefile.def
  19. !else
  20. !error This doesn't build for Non-NT platforms.
  21. !endif