mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-23 05:41:04 +00:00
6 lines
90 B
Plaintext
6 lines
90 B
Plaintext
|
all: windows
|
||
|
|
||
|
windows:
|
||
|
$(CSC) /unsafe /target:library /out:glib-sharp.dll /recurse:*.cs
|
||
|
|