mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-22 20:31:07 +00:00
* gda/Makefile.in: Fixed bad nowarn options
svn path=/trunk/gtk-sharp/; revision=17825
This commit is contained in:
parent
71e7c10e79
commit
f776d5d234
|
@ -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>
|
2003-08-31 Alp Toker <alp@atoker.com>
|
||||||
|
|
||||||
* api/gdk-api.xml:
|
* api/gdk-api.xml:
|
||||||
|
|
|
@ -10,7 +10,7 @@ windows:
|
||||||
linux: gda-sharp.dll
|
linux: gda-sharp.dll
|
||||||
|
|
||||||
gda-sharp.dll: Application.cs generated/*.cs
|
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:
|
clean:
|
||||||
rm -f *.dll
|
rm -f *.dll
|
||||||
|
|
Loading…
Reference in a new issue