Bill Spitzak wrote: > Maik Beckmann wrote: >> Msys is ok for gcc, but it cannot handle msvc flags proper, since >> anything prefixed by '/' evaluates to a path. I.e. /MD evaluates to >> C:/MD . >> >> > I think msvc accepts '-' as well as '/'. I certainly have used that > extensivly.
Yepp, but it seems both notions aren't fully equivalent. My last attempt just to replace all '/' with '-' before flags in Windows-cl.cmake failed. I gave up on this for now since cygwin works fine for me. -- Maik _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

