2002-06-21 Mike Kestner <mkestner@speakeasy.net>
* */makefile.win32 : add /doc flags * */.cvsignore : ignore .xml files svn path=/trunk/gtk-sharp/; revision=5391
This commit is contained in:
parent
cf74f063c8
commit
f8c7fff45e
12 changed files with 16 additions and 5 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-06-21 Mike Kestner <mkestner@speakeasy.net>
|
||||
|
||||
* */makefile.win32 : add /doc flags
|
||||
* */.cvsignore : ignore .xml files
|
||||
|
||||
2002-06-21 Mike Kestner <mkestner@speakeasy.net>
|
||||
|
||||
* gdk.imaging/Makefile.in : add a missing -L
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
*.dll
|
||||
*.exe
|
||||
*.xml
|
||||
generated
|
||||
Makefile
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
*.dll
|
||||
*.exe
|
||||
*.xml
|
||||
generated
|
||||
Makefile
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
*.dll
|
||||
*.exe
|
||||
*.xml
|
||||
generated-stamp
|
||||
Makefile
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
*.dll
|
||||
*.exe
|
||||
*.xml
|
||||
generated
|
||||
Makefile
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
*.dll
|
||||
*.exe
|
||||
*.xml
|
||||
generated
|
||||
Makefile
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
*.dll
|
||||
*.exe
|
||||
*.xml
|
||||
generated
|
||||
Makefile
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue