User forums > Using Code::Blocks
Exporters
rotalever:
Hi,
I am new to CB. First I must say this software IS amazing.
But is it possible to export a CB-Project as a GNU autoconf/automake project and as a MS Visual C++ Project? I've read in the forums that a GNU makefile exporter exists but I need something that creates those "configure && make" scripts...
Is anything like that available?
Thanks in advance.
regards,
rotalever
MortenMacFly:
--- Quote from: rotalever on July 26, 2007, 03:01:04 pm ---Is anything like that available?
--- End quote ---
Sorry, but no. BTW: this would be far more complex than makefiles.
With regards, Morten.
killerbot:
in case you need the makefiles for automatic building, well CB can be called on the command prompt --> no GUI and it just builds the project/workspace/target you specify ...
rotalever:
The configure & makefiles are not for automatic building, but for the user. It is a common way to call "configure" and "make" and "make install" in linux to install a software package from source.
JGM:
--- Quote from: rotalever on July 26, 2007, 08:34:28 pm ---The configure & makefiles are not for automatic building, but for the user. It is a common way to call "configure" and "make" and "make install" in linux to install a software package from source.
--- End quote ---
Maybe this can be of help
http://forums.codeblocks.org/index.php/topic,6241.0.html
Navigation
[0] Message Index
[#] Next page
Go to full version