fixed typo
svn path=/trunk/gtk-sharp/; revision=5897
This commit is contained in:
parent
e39080baa6
commit
5fd1b11716
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ 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.csTestFlipping.cs TestMenus.cs \
|
||||
TestDialog.cs TestFlipping.cs TestMenus.cs \
|
||||
WidgetViewer.cs
|
||||
clean:
|
||||
rm -f *.exe *~
|
||||
|
|
Loading…
Reference in a new issue