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 | |
---|
4 | TOP = .. |
---|
5 | include $(TOP)/win32build/make.mingw |
---|
6 | |
---|
7 | CFLAGS = $(OPTIMIZE) -DHAVE_CONFIG_H -I . -I $(INTL) -I $(GLIB) -I $(GLIB)/gmodule -I $(GTK)/gdk -I $(GTK) -I $(LIBXML) |
---|
8 | |
---|
9 | all : \ |
---|
10 | config.h \ |
---|
11 | test-libglade.exe |
---|
12 | |
---|
13 | config.h : config.h.win32 |
---|
14 | cp $< $@ |
---|
15 | |
---|
16 | test-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.