project management (makefile alternatives)
Matías Szeftel
mszeftel at yahoo.com.ar
Sat Apr 14 16:42:20 PDT 2007
Micha Feigin escribió:
> I'm currently developing programs, mostly under linux but they also need to
> compile under windows.
>
> Under linux I mostly use emacs and under windows visual studio at the moment
> for a lack of a better environment (although alternatives would be welcome).
>
> I'm looking for a project management system to handle compilation. Currently
> under linux I use makefiles, which makes transporting to windows a bit
> difficult.
>
> Is there something good, that is easy for small project but scalable to larger
> ones that can handle compilation dependencies and different configurations that
> will do the work of makefiles and work under both systems?
>
> Some of my problems with visual under windows is that I also need to use
> fortran code and I'm not aware of a m$ compiler and I don't think that the
> intel one integrates if visual studio.
>
> I've seen in the mailing list that wx uses bakefiles, but I don't know much
> about them. How good a system is it, and/or are there other
> recomendations/alternatives.
>
At first I saw bakefiles as a scary thing. But once you get a hold of
them,they are really useful. Specially if you use the templates provide
by wxcode for building wxWidgets application. You can have with almost
no work all the compilation settings that wxWidgets has.
I really recommend it. Any questions you can ask them at the wxcode
mailing list.
Regards, Matías
More information about the wx-users
mailing list