* gda/Makefile.in: Fixed bad nowarn options

svn path=/trunk/gtk-sharp/; revision=17825
This commit is contained in:
Martin Willemoes Hansen 2003-09-02 11:18:51 +00:00
parent 71e7c10e79
commit f776d5d234
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-09-02 Martin Willemoes Hansen <mwh@sysrq.dk>
* gda/Makefile.in: Fixed bad nowarn options
2003-08-31 Alp Toker <alp@atoker.com>
* api/gdk-api.xml:

View File

@ -10,7 +10,7 @@ windows:
linux: gda-sharp.dll
gda-sharp.dll: Application.cs generated/*.cs
$(MCS) --unsafe -nowarn:0060,0061 --target library -L ../glib -r glib-sharp.dll -o gda-sharp.dll --recurse '*.cs'
$(MCS) --unsafe -nowarn:0660,0661 --target library -L ../glib -r glib-sharp.dll -o gda-sharp.dll --recurse '*.cs'
clean:
rm -f *.dll