summaryrefslogtreecommitdiff
path: root/APACHE_1_3_42/src/os/tpf/TPFExport
diff options
context:
space:
mode:
Diffstat (limited to 'APACHE_1_3_42/src/os/tpf/TPFExport')
-rw-r--r--APACHE_1_3_42/src/os/tpf/TPFExport10
1 files changed, 10 insertions, 0 deletions
diff --git a/APACHE_1_3_42/src/os/tpf/TPFExport b/APACHE_1_3_42/src/os/tpf/TPFExport
new file mode 100644
index 0000000000..8453d02ee3
--- /dev/null
+++ b/APACHE_1_3_42/src/os/tpf/TPFExport
@@ -0,0 +1,10 @@
+#!/bin/sh
+echo " Setting TPF41/c89 environment variables"
+export _C89_CCMODE=1
+# replace the following with the location of your TPF41 include files
+export _C89_INCDIRS="/u/tpf41/rlse/include"
+export TPF=YES
+export _C89_INCLIBS=""
+export _C89_CSYSLIB=""
+export _C89_OPTIONS="-W 0,langlvl(extended)"
+echo "Done"