1
0
Fork 0
mirror of https://github.com/Ryujinx/GtkSharp.git synced 2025-03-08 10:09:58 +00:00
GtkSharp/glib/makefile.win32

11 lines
274 B
Plaintext
Raw Normal View History

all: windows
windows:
$(CSC) /unsafe /nowarn:0660,0661 /target:library /out:glib-sharp.dll /recurse:*.cs
../gapi-cdecl-insert --keyfile=gtk-sharp.snk glib-sharp.dll
cd glue && make -f makefile.win32
clean:
rm -f glib-sharp.dll
cd glue && make -f makefile.win32 clean