all: htn27.dll hsn27.dll demo.exe

htn27.dll:  htn.cs hts_*.cs htsdlg_*.cs dif_htn.cs info_htn.cs AssemblyInfo.cs k:\tern\tern32.dll
   inc_hdr info_htn.cs
   csc /debug @comp.ans
#   sign_subsys /v htn27.dll
   gacutil /i htn27.dll

hsn27.dll:  htn.cs hts_*.cs htsdlg_*.cs dif_hsn.cs info_hsn.cs AssemblyInfo.cs k:\tern\tesn32.dll
   inc_hdr info_hsn.cs
   csc /debug @comp-hsn.ans
#   sign_subsys /v hsn27.dll
   gacutil /i hsn27.dll

demo.exe:  demo.cs dmo_*.cs htn27.dll
   csc /debug @comp-dmo.ans

