qnx4.sh 396 B

123456789101112131415161718
  1. #! /bin/sh
  2. # Setup for compiling with Watcom C/C++ for QNX4
  3. if [ "$CHECKED" = "1" ]; then
  4. echo Checked debug build enabled.
  5. else
  6. echo Release build enabled.
  7. fi
  8. export MAKESTARTUP=$SCITECH/makedefs/qnx4.mk
  9. export INCLUDE="-I$SCITECH/include -I$PRIVATE/include -I/usr/include"
  10. export USE_QNX=1
  11. export USE_QNX4=1
  12. export WC_LIBBASE=wc10
  13. echo Qnx 4 console compilation environment set up