summarylogtreecommitdiffstats
path: root/owsetenv.sh
diff options
context:
space:
mode:
authorJens Staal2018-02-23 15:03:11 +0100
committerJens Staal2018-02-23 15:03:11 +0100
commitaa0b0dbbc915f52cc19b2cea41a5aaa0dab986ed (patch)
tree9406cf2adfe152cd305f5f037ac24c12aaeda8f2 /owsetenv.sh
parentdc17aa9cb1873fd9b8903043b83fef99f18ff47f (diff)
downloadaur-aa0b0dbbc915f52cc19b2cea41a5aaa0dab986ed.tar.gz
now using master .zip file from github
Diffstat (limited to 'owsetenv.sh')
-rw-r--r--owsetenv.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/owsetenv.sh b/owsetenv.sh
new file mode 100644
index 000000000000..0d9c7bd638f4
--- /dev/null
+++ b/owsetenv.sh
@@ -0,0 +1,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 =
+
+
+
+
+