matthiasm wrote: > > On 23.06.2008, at 15:29, Maik Beckmann wrote: > >> Maik Beckmann wrote: >>> I wrote cmake-2.6 scripts for fltk2 which work on my linux box. If >>> there >>> is a big demand I'll spend one or two days on getting it to work on >>> windows as well (gcc-4.3 and msvc-8.0) and for cleaning it up for >>> submission. Backporting to cmake-2.4 means backporting the >>> FindX11.cmake >>> of cmake-2.6 which is far superior to cmake-2.4's. >>> >> >> Hm, maybe its smarter to get clean cmake scripts to work on linux -- >> with >> windows in mind -- and port them to windows afterwards. > > > Will taht be able to generate a VisualStudio 8 Solution file?
Yes. VS 6, 7, 7.1, 8 and 9 are supported by cmake-2.4.8 and cmake-2.6.0. Additionally building with nmake, mingw32-make and cygwin from inside VS is possible. This is what I prefer (I use cygwin because it gives me parallel building via -jN). _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

