Yokemate of Keyboards
Posts: 2174 from 2003/4/10
From: France
Hello,
i would like to start a new projet:
Easy2MakefileI start to
develop in C on do port for MorphOS and i think this tool should be usefull:
It will be a GUI realized with Hollywood to select some options
- files to compile (c or cpp)
- includes (to add manually or to check)
- libraries (to add manually or to check)
- flags (to add manually or to check)
- destination for objects (.d, .o)
- destination for exe
It could generate a Makefile automatically after the selection of differents options.
Possibility to remove all files created too.
Maybe others options could be added (i don't know all about c...)
What do you think about this project?