2002-01-04 02:02:28 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2002-03-30 00:18:41 +00:00
|
|
|
linux:
|
|
|
|
mcs --unsafe --target library -r ../glib/glib-sharp.dll -o pango-sharp.dll --recurse *.cs
|
|
|
|
|
2002-01-04 02:02:28 +00:00
|
|
|
unix:
|
|
|
|
@echo "'make unix' is broken for now."
|