Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
DrawFocusRectangle sample
Browse files Browse the repository at this point in the history
svn path=/trunk/winforms/; revision=39410
  • Loading branch information
Jordi Mas i Hernandez committed Jan 24, 2005
1 parent be780dd commit da4633d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controlpaint/Makefile
Expand Up @@ -3,8 +3,8 @@ all: mono
mono: DrawFocusRectangle.cs
mcs DrawFocusRectangle.cs /r:System.Windows.Forms.dll /r:System.Drawing.dll

dotnet: swf-buttons.cs swf-combobox-single.cs
dotnet: DrawFocusRectangle.cs
csc DrawFocusRectangle.cs /r:System.Windows.Forms.dll /r:System.Drawing.dll

clean:
rm swf-comboboxes.exe -r -f
rm DrawFocusRectangle.exe -r -f

0 comments on commit da4633d

Please sign in to comment.