From: erg Date: Mon, 12 Mar 2007 22:48:20 +0000 (+0000) Subject: Modify makefiles and common.h to support Windows build X-Git-Tag: LAST_LIBGRAPH~32^2~5640 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de74f7a91d9139eeb3f737d902313f0b30d739b9;p=graphviz Modify makefiles and common.h to support Windows build --- diff --git a/cmd/lefty/os/mswin32/Makefile.am b/cmd/lefty/os/mswin32/Makefile.am new file mode 100644 index 000000000..651c58b65 --- /dev/null +++ b/cmd/lefty/os/mswin32/Makefile.am @@ -0,0 +1,10 @@ +# $Id$ $Revision$ +## Process this file with automake to produce Makefile.in + +AM_CPPFLAGS = -I$(top_srcdir)/cmd/lefty + +noinst_LTLIBRARIES = libos.la + +libos_la_SOURCES = io.c + +EXTRA_DIST = $(libos_la_SOURCES)