Configure the message compiler (mc.exe) as a custom compiler step in VC++ 2010?

前端 未结 5 1448
执笔经年
执笔经年 2021-02-01 07:43

Can anyone list the specific and detailed steps to configure mc.exe (the message compiler) to compile a .mc file into a .rc file as a custom compiler step in VC++ 2010?
I am

5条回答
  •  耶瑟儿~
    2021-02-01 08:23

    In case custom compiler is not a requirement but more how to make it build .rc files from MSBuild. The WDK MessageCompiler task offers this integration with MSBuild

      
        
          true
          c:\test\
        
      
    

提交回复
热议问题