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.

41 lines
738 B

  1. #
  2. # This is the MIDL compile phase of the build process.
  3. #
  4. # The following is where you put the name of your .idl file without
  5. # the .idl extension:
  6. #
  7. !INCLUDE $(NTMAKEENV)\makefile.plt
  8. INCS = -I. -I..\..\runtime\mtrt\nt -I..\..\runtime\mtrt
  9. DRT_MIDL = \
  10. .\drt.h
  11. TARGETS = drt.h
  12. RPC_FLAGS = -ms_ext -c_ext -error allocation -oldnames -error ref
  13. CPP = -cpp_cmd "$(MIDL_CPP)" $(MIDL_FLAGS)
  14. all: $(TARGETS)
  15. !IF "$(BUILDMSG)" != ""
  16. @ech ; $(BUILDMSG) ;
  17. !ENDIF
  18. clean: delete_source all
  19. delete_source:
  20. -erase $(DRT_MIDL)
  21. #
  22. # MIDL COMPILE
  23. #
  24. drt.h : drt.idl
  25. midl $(CPP) $(INCS) $(RPC_FLAGS) drt.idl \
  26. -cstub .\drt_c.c -sstub .\drt_s.c \
  27. -prefix client CLIENT_