diff --git a/ChangeLog b/ChangeLog index ce7aefcf6..148ec1b21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-06-21 Mike Kestner + + * */makefile.win32 : add /doc flags + * */.cvsignore : ignore .xml files + 2002-06-21 Mike Kestner * gdk.imaging/Makefile.in : add a missing -L diff --git a/atk/.cvsignore b/atk/.cvsignore index c0c9b37f9..05b7ea4f7 100644 --- a/atk/.cvsignore +++ b/atk/.cvsignore @@ -1,5 +1,6 @@ *.dll *.exe +*.xml generated Makefile diff --git a/atk/makefile.win32 b/atk/makefile.win32 index b99fed808..e348bcc9a 100644 --- a/atk/makefile.win32 +++ b/atk/makefile.win32 @@ -1,5 +1,5 @@ all: windows windows: - $(CSC) /unsafe /target:library /r:../glib/glib-sharp.dll /r:../pango/pango-sharp.dll /out:atk-sharp.dll /recurse:*.cs + $(CSC) /unsafe /target:library /r:../glib/glib-sharp.dll /r:../pango/pango-sharp.dll /doc:atk-sharp-docs.xml /out:atk-sharp.dll /recurse:*.cs diff --git a/gdk/.cvsignore b/gdk/.cvsignore index c0c9b37f9..05b7ea4f7 100644 --- a/gdk/.cvsignore +++ b/gdk/.cvsignore @@ -1,5 +1,6 @@ *.dll *.exe +*.xml generated Makefile diff --git a/gdk/makefile.win32 b/gdk/makefile.win32 index 3e29098c6..7874c6e82 100644 --- a/gdk/makefile.win32 +++ b/gdk/makefile.win32 @@ -1,5 +1,5 @@ all: windows windows: - $(CSC) /unsafe /target:library /r:../glib/glib-sharp.dll /r:../pango/pango-sharp.dll /r:../atk/atk-sharp.dll /out:gdk-sharp.dll /recurse:*.cs + $(CSC) /unsafe /target:library /r:../glib/glib-sharp.dll /r:../pango/pango-sharp.dll /r:../atk/atk-sharp.dll /doc:gdk-sharp-docs.xml /out:gdk-sharp.dll /recurse:*.cs diff --git a/generator/.cvsignore b/generator/.cvsignore index 18d381e24..a3b26fa34 100644 --- a/generator/.cvsignore +++ b/generator/.cvsignore @@ -1,5 +1,6 @@ *.dll *.exe +*.xml generated-stamp Makefile diff --git a/glib/.cvsignore b/glib/.cvsignore index c0c9b37f9..05b7ea4f7 100755 --- a/glib/.cvsignore +++ b/glib/.cvsignore @@ -1,5 +1,6 @@ *.dll *.exe +*.xml generated Makefile diff --git a/glib/makefile.win32 b/glib/makefile.win32 index d44fd5e19..6a61178c4 100644 --- a/glib/makefile.win32 +++ b/glib/makefile.win32 @@ -1,5 +1,5 @@ all: windows windows: - $(CSC) /unsafe /target:library /out:glib-sharp.dll /recurse:*.cs + $(CSC) /unsafe /target:library /doc:glib-sharp-docs.xml /out:glib-sharp.dll /recurse:*.cs diff --git a/gtk/.cvsignore b/gtk/.cvsignore index c0c9b37f9..05b7ea4f7 100755 --- a/gtk/.cvsignore +++ b/gtk/.cvsignore @@ -1,5 +1,6 @@ *.dll *.exe +*.xml generated Makefile diff --git a/gtk/makefile.win32 b/gtk/makefile.win32 index 2eb9d1fe1..734684807 100644 --- a/gtk/makefile.win32 +++ b/gtk/makefile.win32 @@ -1,5 +1,5 @@ all: windows windows: - $(CSC) /unsafe /target:library /r:../glib/glib-sharp.dll /r:../pango/pango-sharp.dll /r:../atk/atk-sharp.dll /r:../gdk/gdk-sharp.dll /r:../gdk.imaging/gdk-imaging-sharp.dll /out:gtk-sharp.dll /recurse:*.cs + $(CSC) /unsafe /target:library /r:../glib/glib-sharp.dll /r:../pango/pango-sharp.dll /r:../atk/atk-sharp.dll /r:../gdk/gdk-sharp.dll /r:../gdk.imaging/gdk-imaging-sharp.dll /doc:gtk-sharp-docs.xml /out:gtk-sharp.dll /recurse:*.cs diff --git a/pango/.cvsignore b/pango/.cvsignore index c0c9b37f9..05b7ea4f7 100644 --- a/pango/.cvsignore +++ b/pango/.cvsignore @@ -1,5 +1,6 @@ *.dll *.exe +*.xml generated Makefile diff --git a/pango/makefile.win32 b/pango/makefile.win32 index 5e4fabd9b..b3ec2bfe2 100644 --- a/pango/makefile.win32 +++ b/pango/makefile.win32 @@ -1,5 +1,5 @@ all: windows windows: - $(CSC) /unsafe /target:library /r:../glib/glib-sharp.dll /out:pango-sharp.dll /recurse:*.cs + $(CSC) /unsafe /target:library /r:../glib/glib-sharp.dll /doc:pango-sharp-docs.xml /out:pango-sharp.dll /recurse:*.cs