mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-11 11:25:36 +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
|
||||
|
||||
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:
|
||||
rm -f *.dll
|
||||
|
|
|
@ -3,7 +3,7 @@ all: windows
|
|||
windows:
|
||||
cat *.cs generated/*.cs > 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
|
||||
|
||||
docs:
|
||||
|
|
Loading…
Reference in a new issue