CustomMakefileInfoDialog
0
0
849
512
Information for custom makefile
-
Ok
-
Qt::Horizontal
40
20
-
Qt::Horizontal
40
20
-
<html><head/><body><p>Red Panda Dev-C++'s Makefile has two important targets:</p><p>- all (which builds the executable)</p><p>- clean (which cleans up object files)</p><p><br/>"all" depends on 2 targets: all-before and all-after. All-before</p><p>gets called before the compilation process, and all-after gets</p><p>called after the compilation process.</p><p><br/>"clean" depends on the target clean-custom, which gets called</p><p>before the cleaning process.<br/></p><p>You can change the Makefile's behavior by defining the targets</p><p>that "all" and "clean" depend on.</p></body></html>
Qt::RichText
Qt::AlignCenter