mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-03-23 21:55:08 +00:00
6 lines
117 B
Plaintext
6 lines
117 B
Plaintext
|
all: windows
|
||
|
|
||
|
windows:
|
||
|
$(CSC) /unsafe /target:library /r:../glib/glib-sharp.dll /out:pango-sharp.dll /recurse:*.cs
|
||
|
|