Ryujinx-GtkSharp/glib/makefile.win32

10 lines
213 B
Plaintext
Raw Normal View History

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