mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-28 07:41:07 +00:00
30e653825c
weeks. I'll be posting an update to gtk-sharp-list in a bit to describe my latest psychosis. svn path=/trunk/gtk-sharp/; revision=1797
11 lines
249 B
Makefile
11 lines
249 B
Makefile
|
|
all:
|
|
@echo "You must use 'make windows' or 'make unix'."
|
|
@echo "'make unix' is broken for now."
|
|
|
|
windows:
|
|
$(CSC) /unsafe /target:library /r:../glib/glib-sharp.dll /out:pango-sharp.dll /recurse:*.cs
|
|
|
|
unix:
|
|
@echo "'make unix' is broken for now."
|