on Wed, 18 Jan 2006 09:30:54 +0300, regatta wrote: > my project is simple and one of my goals is to run it in Windows and > Linux (the Linux part is easy, but I have no idea about Windows).
If you use mingw+msys for compiling on Windows, it's almost the same as compiling on Linux (except that you need to prepare the environment first, but that's an one-time job). You should probably follow the instructions in GIMP Wiki on how to set up the compiling environment. -- < Jernej Simončič >< http://deepthought.ena.si/ > < Contact address: >< jernej simoncic at isg si > _______________________________________________ gtk-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-list
