Ryujinx-GtkSharp/sample/test/Makefile
Duncan Mak 66d0a287b3 2002-07-19 Duncan Mak <duncan@ximian.com>
* TestSizeGroup.cs: New test for GtkSizeGroup.

	* Makefile:
	* WidgetViewer.cs: Include TestSizeGroup.

svn path=/trunk/gtk-sharp/; revision=5907
2002-07-19 09:44:29 +00:00

11 lines
319 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 *~