source: trunk/third/libglade/makefile.mingw @ 15324

Revision 15324, 496 bytes checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r15323, which included commits to RCS files with non-trunk default branches.
Line 
1## Makefile for building the glade DLL with gcc -mno-cygwin for mingw.
2## Use: make -f makefile.mingw
3
4TOP = ..
5include $(TOP)/win32build/make.mingw
6
7CFLAGS = $(OPTIMIZE) -DHAVE_CONFIG_H -I . -I $(INTL) -I $(GLIB) -I $(GLIB)/gmodule -I $(GTK)/gdk -I $(GTK) -I $(LIBXML)
8
9all : \
10        config.h \
11        test-libglade.exe
12       
13config.h : config.h.win32
14        cp $< $@
15
16test-libglade.exe : test-libglade.o
17        $(CC) -o $@ $< -L glade -lglade-$(LIBGLADE_VER) -L $(GTK)/gtk -lgtk-$(GTK_VER) -L $(GLIB) -lglib-$(GLIB_VER)
18
Note: See TracBrowser for help on using the repository browser.