www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1999/11/18/05:16:49

Date: Thu, 18 Nov 1999 08:49:06 +0200 (IST)
From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
X-Sender: eliz AT is
To: Andrea Ryan <aryan AT global2000 DOT net>
cc: djgpp AT delorie DOT com
Subject: Re: Help with include path
In-Reply-To: <38338019.985CD51E@global2000.net>
Message-ID: <Pine.SUN.3.91.991118084847.25299P-100000@is>
MIME-Version: 1.0
Reply-To: djgpp AT delorie DOT com
X-Mailing-List: djgpp AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com

On Wed, 17 Nov 1999, Andrea Ryan wrote:

> P.S. The help file that came with MGL tells me to put the path into Djgpp.env
> but it might be better to put them into the environment. Do I put it into the
> autoexec.bat file and what do I type besides the name of the directory
> (C:\Scitech\Include)?

You type this:

  set C_INCLUDE_PATH=C:\Scitech\Include
  set CPLUS_INCLUDE_PATH=C:\Scitech\Include

The latter is only needed if you want to use MGL from C++ programs.

If there is a library (some *.a file) with MGL functions, define the
variable LIBRARY_PATH in a similar way.

Whether to put this into AUTOEXEC.BAT is something you should decide.
It depends on whether you want these settings permanently or not.

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019