all: hrn.dll demo.exe

hrn.dll:  hrn.cs AssemblyInfo.cs k:\tern\tesn32.dll k:\htn\hsn27.dll
   csc @comp.ans
#  sign_subsys /v hrn.dll
   gacutil /i hrn.dll

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

