GtkSharp/sample/test/Makefile
Radek Doulik 5fd1b11716 fixed typo
svn path=/trunk/gtk-sharp/; revision=5897
2002-07-18 20:02:37 +00:00

10 lines
302 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 \
WidgetViewer.cs
clean:
rm -f *.exe *~