Two additional tokens are available for C language applications. These tokens are:
The token LOC.MQSLIB is self-explanatory.
The token LOC.EXTERNAL_LIB specifies one or more fully qualified external libraries that are linked into the application.
When working with pathnames which contain spaces, or linking to multiple external libraries, you need to quote each library and separate the library names with a single space. Also, do not include extrnc.lib in this set of libraries. The Build Tool will automatically search for extrnc.lib in the following locations:
{LOC.CODE_SRC}..\..\extrn\
{LOC.CODE_SRC}extrn\
{LOC.CODE_LIB}extrn\
{LOC.MAKE_PROC}extrn\
When linking to multiple external libraries, you need to separate the library names with a single space. Also, do not include extrnc.a in this set of libraries. The Build Tool will automatically search for extrnc.a in the following locations:
{LOC.CODE_SRC}../../extrn/
{LOC.CODE_SRC}extrn/
{LOC.CODE_LIB}extrn/
{LOC.MAKE_PROC}extrn/
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|