diff options
author | Tor Lillqvist <tml@novell.com> | 2006-11-05 15:42:42 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2006-11-05 15:42:42 +0000 |
commit | 256ba23b98b1c700dc7ba8314103b9c6786be678 (patch) | |
tree | 3deee3791fe9ed26a897374e0e5b89d3ed4cf851 /gthread | |
parent | 534f431c924dc138d0bbf7eea2c4ea29fa9de573 (diff) |
makefile.mingw gmodule/makefile.mingw.in glib/makefile.mingw.in
2006-11-05 Tor Lillqvist <tml@novell.com>
* makefile.mingw
* gmodule/makefile.mingw.in
* glib/makefile.mingw.in
* gobject/makefile.mingw.in
* gthread/makefile.mingw.in
* tests/makefile.mingw.in: Remove from CVS. Haven't been
maintained or distributed for long.
Diffstat (limited to 'gthread')
-rw-r--r-- | gthread/makefile.mingw.in | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/gthread/makefile.mingw.in b/gthread/makefile.mingw.in deleted file mode 100644 index 5d0cf8bb4..000000000 --- a/gthread/makefile.mingw.in +++ /dev/null @@ -1,25 +0,0 @@ -## Makefile for building the gthread DLL with gcc for mingw. The build -## uses tools running on cygwin, however. - -## Use: make -f makefile.mingw - -TOP = ../.. - -include ../build/win32/make.mingw - -################################################################ - -INCLUDES = -I .. -I ../glib -I . -DEFINES = -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"GThread\" -DG_ENABLE_DEBUG - -all : \ - libgthread-2.0.a - -gthread_OBJECTS = \ - gthread-impl.o - -libgthread-2.0.a : $(gthread_OBJECTS) gthread.def gthread-2.0.rc - $(BUILD_DLL) gthread-2.0 @LT_CURRENT@:@LT_REVISION@:@LT_AGE@ gthread.def $(gthread_OBJECTS) -L ../glib -lglib-2.0 - -gthread-2.0.rc : gthread.rc - cp $< $@ |