]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/MAI/bios_emulator/scitech/bin/qnxnto.sh
* Patch by Thomas Frieden, 13 Nov 2002:
[karo-tx-uboot.git] / board / MAI / bios_emulator / scitech / bin / qnxnto.sh
1 #! /bin/sh
2
3 # Setup for compiling with Watcom C/C++ for QNX Neutrino
4
5 if [ "$CHECKED" = "1" ]; then
6     echo Checked debug build enabled.
7 else
8     echo Release build enabled.
9 fi
10
11 if [ X$GCC_PATH = "X" ]; then
12         export GCC_PATH=/usr/gcc/bin
13 fi
14
15 export MAKESTARTUP=$SCITECH/makedefs/qnxnto.mk
16 export INCLUDE="-I$SCITECH/include -I$PRIVATE/include -I/usr/nto/include"
17 export USE_BIOS=1       # VBIOS lib is tiny under Neutrino, always include it
18 export USE_QNX=1
19 export USE_QNXNTO=1
20
21 echo Qnx Neutrino console compilation environment set up