Last change
on this file since 282 was 282, checked in by bird, 20 years ago |
Initial revision
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
249 bytes
|
Line | |
---|
1 | # Makefile.am to create libw32.a for mingw32 host.
|
---|
2 |
|
---|
3 | noinst_LIBRARIES = libw32.a
|
---|
4 |
|
---|
5 | libw32_a_SOURCES = subproc/misc.c subproc/sub_proc.c subproc/w32err.c \
|
---|
6 | pathstuff.c
|
---|
7 |
|
---|
8 | libw32_a_CPPFLAGS = -I$(srcdir)/include -I$(srcdir)/subproc -I$(top_srcdir)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.