royqh1979 / RedPanda-CPP

A light-weight C/C++ IDE based on Qt
GNU General Public License v3.0
996 stars 108 forks source link

make MakeFile #465

Open kapil-iitk opened 5 months ago

kapil-iitk commented 5 months ago

For a long I have been using RedPanda for C/C++ programming. However, I am using default settings to compile C++ program. In Windows 10, I wish to use only the command "make MakeFile" for some specific purpose (though it works well using the command line, but I wish to use it inside RedPanda) without specifying the path for GCC etc. Please share how to do this.

Thank you.

royqh1979 commented 5 months ago

You can create custom action in tools -> options -> tools.

kapil-iitk commented 5 months ago

Thank you for your reply. Like Code:Block, is there any plan to extend it for the AVR and PIC microcontroller?