Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
Project Exporter Plugin
oBFusCATed:
You can start with this http://www.flameeyes.eu/autotools-mythbuster/ and then the manual of autotools (automake/autoconf,etc)
Alpha:
oBFusCATed, I have done a lot of Autotools reading (from the page you provided, the manuals, and multiple pages search engines have brought up), and begun work on creation of this system. Would it be possible for you (or someone) to post/send me an example configure.ac + makefile.am that could be used to build a small Code::Blocks plugin (like this one)?
I believe having this example of something more complex than the standard "hello world", but still extremely small (only a few files in a single directory) will greatly speed my learning (and give me an example of what a well formatted script should look like). (I have looked through Code::Blocks' Autotools build system, but it is extremely large and interdependent, making it a difficult place to start.)
oBFusCATed:
You can try these two:
svn://smrt.is-a-geek.org/cb_gdb_mi/debbugger_gdbmi
svn://smrt.is-a-geek.org/cb_editor_navigation/
Both have working Autotools systems and both are made after reading the link I've posted.
Alpha:
Thank you very much; I have checked out their sources, and they look to be quite helpful in my learning of Autotools and designing of the exporter.
Alpha:
Does anyone know if there is a function in Code::Blocks that I can call to acquire a list of all the files that are #included? (Or is do I need to write a function to parse the source files myself?)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version