Difference between revisions of "Configure tools"
From Code::Blocks
Akkernight (talk | contribs) (Created page with 'Category:Miscellaneous == !WORK IN PROGRESS! == == Introduction == I'll not be making a long introduction, but I want to explain to you why I first got into this, and s…') |
Akkernight (talk | contribs) |
||
Line 9: | Line 9: | ||
I'll not be making a long introduction, but I want to explain to you why I first got into this, and since I found nothing on the wiki about it, I decided to make the page myself. | I'll not be making a long introduction, but I want to explain to you why I first got into this, and since I found nothing on the wiki about it, I decided to make the page myself. | ||
− | Have you ever worked with Code::Blocks and makefiles? If so, havn't you often had to go into the teminal and then had to type '' | + | Have you ever worked with Code::Blocks and makefiles? If so, havn't you often had to go into the teminal and then had to type ''cd <path to project>'' and then ''make'', for every work-session? Well I'll be using this example in my explanatory. |
+ | |||
+ | == The ''User-defined tools'' window == | ||
+ | |||
+ | [[Media:Slice_0_0.png]] | ||
+ | [[Media:Slice_0_2.png]] |
Revision as of 00:20, 3 December 2009
!WORK IN PROGRESS!
Introduction
I'll not be making a long introduction, but I want to explain to you why I first got into this, and since I found nothing on the wiki about it, I decided to make the page myself. Have you ever worked with Code::Blocks and makefiles? If so, havn't you often had to go into the teminal and then had to type cd <path to project> and then make, for every work-session? Well I'll be using this example in my explanatory.