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~5638 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a58741573132f255fe9095c131121d7fb7fbb722;p=graphviz Modify makefiles and common.h to support Windows build --- diff --git a/cmd/lefty/ws/mswin32/Makefile.am b/cmd/lefty/ws/mswin32/Makefile.am new file mode 100644 index 000000000..4eff5c6a1 --- /dev/null +++ b/cmd/lefty/ws/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_HEADERS = gcommon.h +noinst_LTLIBRARIES = libws.la + +libws_la_SOURCES = garray.c gbutton.c gcanvas.c gcommon.c glabel.c \ + gmenu.c gpcanvas.c gquery.c gscroll.c gtext.c gview.c