> I don't know if this is the best way, but I uncomment the line at > the end of makefile like this:
Uhm, you must be talking about something else. First of all, there are no such lines at the end of my makefile. Second, the beginning of the makefile clearly says: ################################################################################ # Automatically-generated file. Do not edit directly; use project properties. ################################################################################ Meaning that I cannot edit it (to uncomment lines or for whatever other purposes); if I do, my modifications would be lost during the next build. If I could modify the makefile, I wouldn't need to include any custom.mk file - I would just add there the commands that I need. I suspect that the way to do what I want involves modifying the files .cdtbuild, .cdtproject and/or .project. It should be possible to modify them in a way that specifies that one more tool (besides compiler, linker, etc.) should be run when making a particular target - but I can't figure out how to do it. :-( Regards, Vesselin -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
