Article # 537, added by Geoworks, historical record
| first | previous | index | next | last |

Environment variables used by the WinNT GEOS SDK.



The following Environment variables are used by Goc and Glue on
the WinNT GEOS SDK:

CCOM:
  The C compiler that you are using. Currently only "bcc" 
  (BorlandC) is supported. A typical setting is:

    CCOM=@dosfront bcc

  Note that the "@dosfront " is only needed if you are using Borland C++
  V4.5. V5.0 will work correctly with long path names without the need
  for the dosfront utility.

GOC_COMPILER_DIR:
  Points to the main directory of your C compiler that you are using.
  A typical setting is:

    GOC_COMPILER_DIR=c:\bc45

ROOT_DIR:
  The main directory of the GEOS SDK. A typical setting is:

     ROOT_DIR=c:/pcgeos

  Note the use of the / as opposed to \. This prevents problems with
  Swat interpreting \t as a tab character. So something like c:\tigger
  would look like c:[tab]igger to Swat.