all: wrn.dll demo.exe

wrn.dll:  wrn.cs AssemblyInfo.cs 
   csc @comp.ans
   gacutil /i wrn.dll

demo.exe:  demo.cs wrn.dll
   csc /debug @comp-dmo.ans

