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.

27 lines
633 B

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