diff options
author | Paul Smith <psmith@gnu.org> | 2005-02-26 01:41:48 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2005-02-26 01:41:48 +0000 |
commit | 9d153cc1b1e467cd6245755c32f78efbd62142c2 (patch) | |
tree | 229919252d0b4a25e1e5c00d80ab744fbe5b5c81 /w32/Makefile.am | |
parent | 6d995b036e714ea3d61112ebc582b0671cc36e77 (diff) | |
download | gunmake-9d153cc1b1e467cd6245755c32f78efbd62142c2.tar.gz |
Add configure operations to support MINGW on Windows.
Diffstat (limited to 'w32/Makefile.am')
-rw-r--r-- | w32/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/w32/Makefile.am b/w32/Makefile.am new file mode 100644 index 0000000..fd6743d --- /dev/null +++ b/w32/Makefile.am @@ -0,0 +1,8 @@ +# Makefile.am to create libw32.a for mingw32 host. + +noinst_LIBRARIES = libw32.a + +libw32_a_SOURCES = subproc/misc.c subproc/sub_proc.c subproc/w32err.c \ + pathstuff.c + +libw32_a_CPPFLAGS = -I$(srcdir)/include -I$(srcdir)/subproc -I$(top_srcdir) |