mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 01:05:33 +00:00
2811fb74f8
* */makefile.win32 : add gapi-cdecl-insert to assembly target. svn path=/trunk/gtk-sharp/; revision=42258
8 lines
298 B
Plaintext
8 lines
298 B
Plaintext
all: windows
|
|
|
|
windows:
|
|
$(CSC) /unsafe /nowarn:0660,0661 /target:library /r:../glib/glib-sharp.dll /r:../pango/pango-sharp.dll /r:../atk/atk-sharp.dll /r:../gdk/gdk-sharp.dll /r:../gtk/gtk-sharp.dll /out:gnome-sharp.dll /recurse:*.cs
|
|
../gapi-cdecl-insert --keyfile=gtk-sharp.snk gnome-sharp.dll
|
|
|
|
|