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.

21 lines
455 B

  1. #
  2. #
  3. #
  4. MIDL_FLAGS=-Oi -oldnames -I\nt\public\sdk\inc
  5. all: dll\goober.h
  6. dll\goober.h: goober.idl
  7. midl $(MIDL_FLAGS) \
  8. -proxy dll/goober_p.c \
  9. -dlldata dll/dlldata.c \
  10. -header dll/goober.h \
  11. -iid common/goober_i.c \
  12. goober.idl
  13. clean: sweep all
  14. sweep:
  15. del dll\goober.h