> [..] I've notice that the fltk folder gets pretty darn big (200 mb+, though > this could be normal)
Regarding the bigness, try building in "Release" mode.
It appears you have it in 'Debug' build mode (the default I think),
which causes debug versions of the .obj and libs to be built, which
are probably "heavy" due to all the debug symbols.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

