Makefile for owner comboboxm sample
svn path=/trunk/winforms/; revision=41000
This commit is contained in:
Родитель
995428f2e0
Коммит
bfc6fe970a
|
@ -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
|
||||
|
Загрузка…
Ссылка в новой задаче