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

前端 未结 5 1382
执笔经年
执笔经年 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:21

    If you want to use a Custom Build Rule, you can do this

    • Right click your project in Visual Studio -> Custom Build Rules
    • Click "New Rule File" and fill out the fields, I use this rule file for MC.EXE

      
        
          
            
              
              
              
            
          
        
      
      

提交回复
热议问题