Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: mosfet on December 09, 2005, 10:05:35 pm
-
Hi,
first thank you for this wonderful IDE, my life has changed since I know it (no really it's really great).
Unfortunately, people who use it are not so many and if I am creating a CB project I cannot share it.
Since Bakefile is a very powerful tool, wouldn't be possible to create a project for other plateform.
Actually I am thinking about Unix Makefile, it would be fantastic.
I know that for most cases it's useless because it won't compile with another environnement but in my case
I am developping with mingw and wxWidgets and I would like to share my work with people that only cares about makefiles for instance.
Am I dreaming or would it be possible to do it ?
-
There is an "export makefile" option, but I'm afraid it's very localized. You'd have to export the makefile while running codeblocks from linux.
We're planning a redesign of the compiler framework, to make it cross-platform and multiconfiguration / etc. When that redesign is done, we'll release "version 2.0" of codeblocks.