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.

37 lines
774 B

  1. ############################################################################
  2. #
  3. # Copyright (C) 1996-1999, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. MIDL = midl.exe
  9. MIDL_FLAGS= \
  10. -Zp8 \
  11. -I$(INCLUDES) \
  12. -Oi \
  13. -oldnames \
  14. -char unsigned \
  15. -error allocation \
  16. -error bounds_check \
  17. -error stub_data \
  18. -ms_ext -c_ext \
  19. -DMIDL_PASS \
  20. $(C_DEFINES) \
  21. -cpp_cmd $(TARGET_CPP) \
  22. -DMIDL_PASS $(C_DEFINES) -I$(INCLUDES)
  23. SSWITCH=-prefix sstub _
  24. obj\pstgserv.h: ..\pstgserv.idl
  25. $(MIDL) $(MIDL_FLAGS) -header obj\pstgserv.h ..\pstgserv.idl
  26. DEST_TREE=daytona
  27. allidl: obj\pstgserv.h
  28. clean:
  29. -erase obj\pstgserv.h >NUL 2>NUL