Ryujinx-GtkSharp/sample/test/Makefile
Duncan Mak 2f44d60039 2002-07-23 Duncan Mak <duncan@ximian.com>
* TestMenus.cs: Use MenuItem instead of ImageMenuItem, this test
works now.

* TestFileSelection.cs: window.Selections is crashing, remove
it. OK Button doesn't do anything now.

* WidgetViewer.cs: Add in a frame.

svn path=/trunk/gtk-sharp/; revision=6021
2002-07-22 17:06:28 +00:00

11 lines
316 B
Makefile

MCS=mcs
all:
$(MCS) -o WidgetViewer.exe -r glib-sharp -r gdk-sharp -r gtk-sharp \
TestCheckButton.cs TestColorSelection.cs TestFileSelection.cs \
TestRadioButton.cs TestRange.cs TestStatusbar.cs TestToolbar.cs \
TestDialog.cs TestFlipping.cs TestMenus.cs TestSizeGroup.cs \
WidgetViewer.cs
clean:
rm -f *.exe