sábado, 21 de abril de 2007

Updates...

Since my last post here is what is new:
  • Code always compiles to object code, then depending on the target an executable, static library or shared object is created.
  • The compiler can be changed, defaults are of course gcc and g++, to add a new compiler in the future (this is still no implemented) one will only have to extend CBinding.CCompiler and register it with MonoDevelop (this idea was provided by Michael).
  • Created the Code Generation panel, even though it still far from finished.
  • Several other fixes.
My main challenge right now is serializing ArrayLists (for libraries, extra include paths etc.) into the configuration. Following what is said in this article isn't working :(

No hay comentarios: