all: SpellTime.dll demo.exe

demo.exe: demo.cs SpellTime.dll
  csc /lib:c:\windows\Microsoft.NET\Framework\v2.0.50727 /warn:3 /nowarn:"1690 162 1699 1616" /target:winexe /r:System.dll /r:System.Windows.Forms.dll /r:System.Drawing.dll /r:SpellTime.dll demo.cs

SpellTime.dll: SpellTime.cs AssemblyInfo.cs spldlg_suggest.cs
  csc /lib:c:\windows\Microsoft.NET\Framework\v2.0.50727 /warn:3 /nowarn:"1690 162 1699 1616" /target:library /debug /r:System.dll /r:System.Windows.Forms.dll /r:System.Drawing.dll SpellTime.cs AssemblyInfo.cs spldlg_suggest.cs
  gacutil /i SpellTime.dll

