all: tern32.dll tesn32.dll demo.exe

# Add /debug to enable debuggin

tern32.dll:  tern.cs ter_*.cs terdlg_*.cs info_tern.cs AssemblyInfo.cs common.cs k:\util\ssln.dll
  inc_hdr info_tern.cs
  inc_hdr tern.cs
  csc /debug @comp.ans
#  sign_subsys /v tern32.dll
   gacutil /i tern32.dll


tesn32.dll:  tern.cs ter_*.cs terdlg_*.cs info_tesn.cs AssemblyInfo.cs  common.cs k:\util\ssln.dll
  inc_hdr info_tesn.cs
  inc_hdr tesn.cs
  csc /debug @comp-tesn.ans
#  sign_subsys /v tesn32.dll
  gacutil /i tesn32.dll


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

