Mail Archives: djgpp/1999/11/18/05:16:49
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 -