mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 11:45:33 +00:00
2811fb74f8
* */makefile.win32 : add gapi-cdecl-insert to assembly target. svn path=/trunk/gtk-sharp/; revision=42258
11 lines
365 B
Plaintext
11 lines
365 B
Plaintext
ASSEMBLY=gtk-dotnet.dll
|
|
|
|
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 /r:System.Drawing.dll /out:$(ASSEMBLY) /recurse:*.cs
|
|
../gapi-cdecl-insert --keyfile=gtk-sharp.snk gtk-dotnet.dll
|
|
|
|
clean:
|
|
rm -f $(ASSEMBLY)
|