Windows NT 4.0 source code leak
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.

52 lines
1001 B

4 years ago
  1. # --------------------------------------------------------------------
  2. #
  3. # Microsoft RPC
  4. # Copyright(c) Microsoft Corp., 1994
  5. #
  6. # --------------------------------------------------------------------
  7. # --------------------------------------------------------------------
  8. #
  9. # File : makefile.
  10. #
  11. # Title : Makefile for the MIDL 2.0 project.
  12. #
  13. # Description :
  14. # Since Vibhas (hail hail hail) doesn't want to support a 16bit
  15. # compiler, this simply copies a few headers needed by the CT folks.
  16. #
  17. # History :
  18. # mariogo 04-13-94 New build system.
  19. #
  20. # --------------------------------------------------------------------
  21. !ifdef NTMAKEENV
  22. all :
  23. echo $(BUILDMSG)
  24. clean : all
  25. !else # NTMAKEENV
  26. !ifndef RPC
  27. !error - You forgot to set your build environment
  28. !endif
  29. ALL=1
  30. !include $(RPC)\rules.mk
  31. all :
  32. clean :
  33. clobber :
  34. depend :
  35. tree :
  36. copy include\errors.hxx $(RPCDIST)\ct
  37. copy include\errdb.h $(RPCDIST)\ct
  38. !endif # NTMAKEENV