summarylogtreecommitdiffstats
path: root/owsetenv.sh
blob: 728e9b34db0482fb4163468bfb055fd4499d277d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

export WATCOM=/opt/watcom
export PATH=$WATCOM/binl64:$WATCOM/binl:$PATH
export EDPATH=$WATCOM/eddat

#these variables change based on compilation target
#defaults are set for native compilation
export INCLUDE=$WATCOM/lh
# export LIB =