cvs commit: hugs98/src machdep.c

Sigbjorn Finne sof@glass.cse.ogi.edu
Fri, 17 May 2002 07:19:57 -0700


sof         2002/05/17 07:19:56 PDT

  Modified files:
    src                  machdep.c 
  Log:
  Added (win32 only):
  
       void setHugsModule(HMODULE);
       Bool setHugsRoot(String);
  
  In the case the interpreter is accessed via a DLL (hugsscript.dll), need
  to get hold of the DLL's handle in order to locate its installation
  site. Alternatively, use setHugsRoot() to explicitly set the directory
  where the interpreter is located (==> what "{Hugs}" is resolved to when
  expanding search paths.)
  
  Revision  Changes    Path
  1.46      +31 -3     hugs98/src/machdep.c