: ***************************** Module Header ******************************\ : : Module Name: epm.env : : Environment file for the EPM loader 'epm.exe', usually copied to \OS2. : : NOTE: : - The following environment variables are provided by the EPM loader: : : NEPMD_ROOTDIR - contains installation directory of NEPMD, excluding : '\nepmd' and '\epmbbs' subdirs : NEPMD_USERDIR - contains user directory of NEPMD, including e.g. : '\myepm' subdir : NEPMD_LANGUAGE - contains three digit language code (like eng, deu) : NEPMD_MAINENVFILE - contains the path of the main env file either from : - \.env : - %NEPMD_USERDIR%\bin\.env : - %NEPMD_USERDIR%\bin\epm.env : - %NEPMD_ROOTDIR%\netlabs\bin\.env : - %NEPMD_ROOTDIR%\netlabs\bin\epm.env : NEPMD_ADDENVFILE - contains the path of the additional optional env : file from : - %NEPMD_USERDIR%\bin\myepm.env : : - To replace the netlabs\bin\epm.env file, create a \bin\epm.env : file. This overwrites the netlabs file. That behavior was changed in : v1.14. Before that, a user epm.env file just extended the environment. : : - To extend the main environment file, create a \bin\myepm.env : file. This one will be loaded after epm.env. : : Copyright (c) Netlabs EPM Distribution Project 2002 : : $Id: epm.env 4205 2020-09-29 21:09:35Z aschn $ : : =========================================================================== : : This file is part of the Netlabs EPM Distribution package and is free : software. You can redistribute it and/or modify it under the terms of the : GNU General Public License as published by the Free Software : Foundation, in version 2 as it comes in the "COPYING" file of the : Netlabs EPM Distribution. This library is distributed in the hope that it : will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty : of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU : General Public License for more details. : : **************************************************************************/ : --------------------------------------------------------------------------- : Show that environment is loaded NEPMD_NAME=netlabs.org EPM Distribution : --------------------------------------------------------------------------- : Invent own variables used in PATH and BEGINLIBPATH EPMBINPATH=%NEPMD_USERDIR%\bin;%NEPMD_ROOTDIR%\netlabs\bin;%NEPMD_ROOTDIR%\epmbbs\bin; EPMDLLPATH=%NEPMD_USERDIR%\dll;%NEPMD_ROOTDIR%\netlabs\dll;%NEPMD_ROOTDIR%\epmbbs\dll; : Tools are searched in %PATH%;%EPMTOOLSPATH% EPMTOOLSPATH=%NEPMD_USERDIR%\tools;%NEPMD_ROOTDIR%\netlabs\tools; : --------------------------------------------------------------------------- : Extend system-provided variables PATH=%EPMBINPATH%%PATH% HELP=%NEPMD_USERDIR%\help;%NEPMD_ROOTDIR%\netlabs\help;%NEPMD_ROOTDIR%\epmbbs\help;%HELP% BOOKSHELF=%NEPMD_USERDIR%\book;%NEPMD_ROOTDIR%\netlabs\book;%NEPMD_ROOTDIR%\epmbbs\book;%NEPMD_USERDIR%\ndx;%NEPMD_ROOTDIR%\netlabs\ndx;%NEPMD_ROOTDIR%\epmbbs\ndx;%BOOKSHELF% BEGINLIBPATH=%EPMDLLPATH%%EPMTOOLSPATH%%BEGINLIBPATH% : --------------------------------------------------------------------------- : Invent own variable per file type used in EPMPATH EPMEXPATH=%NEPMD_USERDIR%\autolink;%NEPMD_USERDIR%\ex;%NEPMD_ROOTDIR%\netlabs\ex;%NEPMD_ROOTDIR%\epmbbs\ex; EPMBARPATH=%NEPMD_USERDIR%\bar;%NEPMD_ROOTDIR%\netlabs\bar;%NEPMD_ROOTDIR%\epmbbs\bar; EPMBMPPATH=%NEPMD_USERDIR%\bmp;%NEPMD_ROOTDIR%\netlabs\bmp;%NEPMD_ROOTDIR%\epmbbs\bmp; EPMMACROPATH=%NEPMD_USERDIR%\macros;%NEPMD_ROOTDIR%\netlabs\macros;%NEPMD_ROOTDIR%\epmbbs\macros; : Prepend everything required to EPMPATH EPMPATH=%EPMEXPATH%%EPMBARPATH%%EPMBMPPATH%%EPMMACROPATH%%EPMPATH% : --------------------------------------------------------------------------- : Paths for NEPMD highlighting files EPMHILITEPATH=%NEPMD_USERDIR%\hilite;%NEPMD_ROOTDIR%\netlabs\hilite; : Compatibility: Allow for using epmkwds.* files for highlighting EPMKWDSPATH=%NEPMD_USERDIR%\epmkwds;%NEPMD_ROOTDIR%\epmbbs\epmkwds; : ---------------------------------------------------------------------------