<title=Environment variables used in compiling>
<keywords=compiling compiler environment variables linker xsinc xslib xslng>

             Ŀ
             Environment variables used by XSCL,XSC and XSL
             


  SET XSINC = directory_of_included_files (eg. c:\xs\inc)
  SET XSLIB = directory_of_used_functions (eg. c:\xs\lib)
  SET XSLNG = language_file(full path)    (eg. c:\xs\lng\xs.lng)

  If the compiler has to include a file, first checks the current directory,
then checks the directory from XSINC. The same thing with the object files :
the linker checks first the current directory, then the directory from XSLIB.

  Note: XSINC,XSLIB and XSLNG variables are overwritten by the following
    command line options : -I,-L and -l.
