mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-11 13:45:35 +00:00
Add a reference to System.Drawing.
svn path=/trunk/gtk-sharp/; revision=10195
This commit is contained in:
parent
56711895f9
commit
4afe3261ae
|
@ -9,7 +9,7 @@ windows:
|
||||||
linux: gdk-sharp.dll
|
linux: gdk-sharp.dll
|
||||||
|
|
||||||
gdk-sharp.dll: *.cs generated/*.cs
|
gdk-sharp.dll: *.cs generated/*.cs
|
||||||
$(MCS) --unsafe --target library -L ../glib -L ../pango -L ../atk -r glib-sharp.dll -r pango-sharp.dll -r atk-sharp.dll -o gdk-sharp.dll --recurse '*.cs'
|
$(MCS) --unsafe --target library -r System.Drawing -L ../glib -L ../pango -L ../atk -r glib-sharp.dll -r pango-sharp.dll -r atk-sharp.dll -o gdk-sharp.dll --recurse '*.cs'
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.dll
|
rm -f *.dll
|
||||||
|
|
|
@ -3,7 +3,7 @@ all: windows
|
||||||
windows:
|
windows:
|
||||||
cat *.cs generated/*.cs > allthesource.cs
|
cat *.cs generated/*.cs > allthesource.cs
|
||||||
../mapdllnames.pl allthesource.cs
|
../mapdllnames.pl allthesource.cs
|
||||||
$(CSC) /unsafe /target:library /r:../glib/glib-sharp.dll /r:../pango/pango-sharp.dll /r:../atk/atk-sharp.dll /out:gdk-sharp.dll allthesource.cs
|
$(CSC) /unsafe /target:library /r:System.Drawing.dll /r:../glib/glib-sharp.dll /r:../pango/pango-sharp.dll /r:../atk/atk-sharp.dll /out:gdk-sharp.dll allthesource.cs
|
||||||
rm allthesource.cs
|
rm allthesource.cs
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
|
|
Loading…
Reference in a new issue