I was noticing that (under Windows) when the Visual Studio IDE builds
the release version of fltk, fluid.exe is built as a /SUBSYSTEM:WINDOWS app.

Isn't that a Bad Thing if one tries to use 'fluid -c' from within a Makefile?

I'm probably missing something, but being a /subsystem:windows app,
doesn't it just immediately background itself, causing the Makefile
to immediately move on to the next build step, thinking fluid is done
when it's actually still in progress?


_______________________________________________
fltk-dev mailing list
fltk-dev@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to