2005-06-22 21:49:25 +00:00
|
|
|
references = /r:../glib/glib-sharp.dll /r:../atk/atk-sharp.dll /r:../pango/pango-sharp.dll /r:../gdk/gdk-sharp.dll /r:../gtk/gtk-sharp.dll /r:../glade/glade-sharp.dll
|
|
|
|
|
2002-05-02 21:57:41 +00:00
|
|
|
all: windows
|
2001-09-16 23:15:56 +00:00
|
|
|
|
|
|
|
windows:
|
2005-06-22 21:49:25 +00:00
|
|
|
$(CSC) /unsafe /out:gtk-hello-world.exe $(references) HelloWorld.cs
|
|
|
|
$(CSC) /unsafe /out:button.exe $(references) ButtonApp.cs
|
|
|
|
$(CSC) /unsafe /out:menu.exe $(references) Menu.cs
|
|
|
|
$(CSC) /unsafe /out:glade-test.exe $(references) /resource:test.glade GladeTest.cs
|
|
|
|
$(CSC) /unsafe /out:glade-viewer.exe $(references) GladeViewer.cs
|
2001-09-16 23:15:56 +00:00
|
|
|
|
2002-06-22 22:12:51 +00:00
|
|
|
docs:
|
|
|
|
@echo "No docs to make."
|
|
|
|
|