[Gtk-sharp-list] glade and monoresgen
George Farris
george@gmsys.com
Wed, 18 Aug 2004 20:18:47 -0700
On Wed, 2004-08-18 at 19:39, Bryan Buchanan wrote:
> Hi,
>
> Can anyone tell me how to turn a Glade XML file into a resource so it
> can be included in an EXE file ?
>
In your Makefile just include a RESOURCE line such as:
RESOURCES = /resource:./myglade.glade,myglade.glade
You can also include for example png files like so:
RESOURCES = /resource:./myglade.glade,myglade.glade \
/resource:./pixmaps/mypng.png,mypng.png
--
George Farris <george@gmsys.com>