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.

24 lines
610 B

  1. #
  2. # Special hack for comcat. Turn off 4090 until midl is fixed to generate the remote thunks
  3. # correctly.
  4. #
  5. $(O)\comcat_p.obj : $(O)\comcat_p.c
  6. @type <<$(ECHO_RSP)
  7. $(ECHO_MSG_P)
  8. <<NOKEEP
  9. type << > $(O)\comcat_warning.h
  10. #pragma warning(4:4090)
  11. #pragma warning(4:4047)
  12. #undef _MIDL_USE_GUIDDEF_
  13. #undef __RPCNDR_H__
  14. #undef __RPC_H__
  15. #undef RPC_NO_WINDOWS_H
  16. #undef COM_NO_WINDOWS_H
  17. #undef GUID_DEFS_ONLY
  18. #define REGISTER_PROXY_DLL
  19. <<
  20. @$(C_COMPILER_NAME) @<<$(CL_RSP) -Fo"$(MAKEDIR)\$O/" $(USE_FC) $(USECXX_FLAG) $?
  21. $(EX_C_COMPILER_FLAGS)
  22. -FI$(O)\comcat_warning.h
  23. <<NOKEEP