Makefile for owner comboboxm sample

svn path=/trunk/winforms/; revision=41000
This commit is contained in:
Jordi Mas i Hernandez 2005-02-21 15:37:54 +00:00
Родитель 995428f2e0
Коммит bfc6fe970a
1 изменённых файлов: 11 добавлений и 0 удалений

11
combobox/ownerdraw/Makefile Executable file
Просмотреть файл

@ -0,0 +1,11 @@
all: mono
mono: swf-combobox-ownerdraw.cs
mcs swf-combobox-ownerdraw.cs /r:System.Windows.Forms.dll /r:System.Drawing.dll
dotnet: swf-combobox-ownerdraw.cs
csc swf-combobox-ownerdraw.cs /r:System.Windows.Forms.dll /r:System.Drawing.dll
clean:
rm swf-combobox-ownerdraw.exe -r -f