Code::Blocks Forums

User forums => Help => Topic started by: infausto on October 19, 2007, 08:22:00 am

Title: how i can edit the makefile within C::B?
Post by: infausto on October 19, 2007, 08:22:00 am
Hello community. This is my firts post. I hope don't be the last :P.

My quietion is... how edit the makefile (or whatever that use C:B)?. I need these because a use SDCC, and C:B is configured to use gpasm to build the .hex from .asm file generated with SDCC. I'm don't want make my own makefile because one single command. Its just replace gpasm command with mpasm, that's all.

C::B use some kind of script to build?? These script is editable??

cheers!!

EDIT: if you dont know nothing about SDCC, just think how you can change the default make script of GNU GCC Compiler.