mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 05:25:34 +00:00
7d69671d49
svn path=/trunk/gtk-sharp/; revision=834
12 lines
287 B
Makefile
Executable file
12 lines
287 B
Makefile
Executable file
CSC=/cygdrive/c/windows/microsoft.net/framework/v1.0.2914/csc.exe
|
|
|
|
all:
|
|
@echo "You must use 'make windows' or 'make unix'."
|
|
@echo "'make unix' is broken for now."
|
|
|
|
windows:
|
|
$(CSC) /unsafe /target:library /out:gtk-sharp.dll /recurse:*.cs
|
|
|
|
unix:
|
|
@echo "'make unix' is broken for now."
|