I am writing code for the AVR microcontrollers that use a port of the GCC compiler. Each project has a makefile that instructs make.exe on how to build the project. This makefile is stored in the same folder as the project. Parameter switches within the makefile instruct the compiler on just how to build the project. A parameter of "clean" instructs the compiler to delete all object files so that the next build will force a rebuilding of all files, not just the newly editted ones.
I can configure a Tool within Favorites to call make with the appropriate parameter like "clean". However, I have to set the default directory to point to a specific project folder. If I could point the default directory within the Tool to point to the currently open project, then one single Tool entry would be able run the makefile for all projects using this AVR GCC compiler. I am hoping that PSPAD already supports something like this and all I lack is an understanding of what to put in the default directory setting. Thanks. ---- Steve -- <http://forum.pspad.com/read.php?2,44943,44956> PSPad freeware editor http://www.pspad.com
