You are viewing a plain text version of this content. The canonical link for it is here.
Posted to websh-cvs@tcl.apache.org by ro...@apache.org on 2002/08/15 18:11:41 UTC

cvs commit: tcl-websh/src/win README

ronnie      2002/08/15 09:11:41

  Added:       src/win  README
  Log:
  - how to create script.h
  
  Revision  Changes    Path
  1.1                  tcl-websh/src/win/README
  
  Index: README
  ===================================================================
  Websh 3.5 Windows version
  =========================
  
  Please note that the Windows version is not being maintained properly at 
  this time. Any volunteers?
  
  
  Compiling Websh3.5
  ------------------
  
  Websh3.5 needs a file src\win\script.h which is not in the distribution.
  This file is created from some tcl sources in the src\generic directory.
  
  To create this file, open your favorite command shell ;-) and change to 
  the directory src\win. The command
  
  tclsh83.exe ..\generic\tcldecmt.tcl ..\generic\context.tcl ..\generic\script.ws3 ..\generic\cookie.ws3 ..\generic\sessctx.ws3 > script.h
  
  will do the trick.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: websh-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: websh-cvs-help@tcl.apache.org