12 lines
303 B
Plaintext
12 lines
303 B
Plaintext
# $PWD/makrc
|
|
#
|
|
# This resource script will set the environment variables
|
|
# To set type '. makrc'
|
|
# David Essex February 2002
|
|
#
|
|
PATH=../../compiler:$PATH
|
|
TCOB_OPTIONS_PATH=/home/user/cobol/development/compiler
|
|
TCOB_PP_PATH=/home/user/cobol/development/cobpp
|
|
export TCOB_OPTIONS_PATH TCOB_PP_PATH
|
|
#
|