summaryrefslogtreecommitdiffstats
path: root/board/MAI/bios_emulator/scitech/bin/qnx4.sh
blob: 843c4d9fb311ca24a0613c57c4e3b798d2ec3dc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#! /bin/sh

# Setup for compiling with Watcom C/C++ for QNX4

if [ "$CHECKED" = "1" ]; then
    echo Checked debug build enabled.
else
    echo Release build enabled.
fi

export MAKESTARTUP=$SCITECH/makedefs/qnx4.mk
export INCLUDE="-I$SCITECH/include -I$PRIVATE/include -I/usr/include"
export USE_QNX=1
export USE_QNX4=1
export WC_LIBBASE=wc10

echo Qnx 4 console compilation environment set up

OpenPOWER on IntegriCloud