wimp file system layout

2007-10-23 Thread Thomas Stover
I have noticed that on win32, one can place all the gtk dlls inside an application's directory, and the application will run without a "normal" GTK installation. The only reason that I want to do that is because I'm trying to make a single installation package for several in-house applications,

windows dev all in one bundle

2008-08-19 Thread Thomas Stover
Good job guys! I was just updating my 'doz build environment and found that I no longer have to download 90 separate files. ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

trying to build glib without pthreads dependency

2008-08-28 Thread Thomas Stover
I've been making an attempt to build a glib for an embedded arm target with no pthreads. The programs I am trying to run on the target do not need threads, so no problem there. I just want to build a glib that I can copy over there and work. I'm using a qemu arm emulator with debian for my buil