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.

43 lines
1.0 KiB

4 years ago
  1. # --------------------------------------------------------------------
  2. #
  3. # Microsoft RPC
  4. # Copyright(c) Microsoft Corp., 1994
  5. #
  6. # --------------------------------------------------------------------
  7. # --------------------------------------------------------------------
  8. #
  9. # File :
  10. #
  11. # Title : Makefile for the Win16 stub library.
  12. #
  13. # History :
  14. # mariogo 2-10-94 Re-write
  15. #
  16. # --------------------------------------------------------------------
  17. WIN32C=1
  18. !include $(RPC)\rules.mk
  19. INCLUDESFLAGS = $(INCLUDESFLAGS) -I$(RPC)\ndr20
  20. all : RpcNdrp.lib
  21. depend :
  22. $(INCLUDES) $(INCLUDESFLAGS) ..\*.c ..\*.cxx ..\*.asm > depend.mk
  23. tree :
  24. @echo No Publics Built Here
  25. # --------------------------------------------------------------------
  26. # Local targets
  27. RpcNdrp.lib : ccontext.obj scontext.obj charconv.obj floatc.obj \
  28. dataconv.obj intconv.obj help.obj
  29. -del RpcNdrp.lib 2>nul
  30. $(LIBRARIAN) -OUT:$@ $(LIBFLAGS) $**
  31. # --------------------------------------------------------------------
  32. !include depend.mk