Variable
|
Description |
UGII_USERFCN |
This variable points to the directory where the Open C API libraries
reside. You can define this variable by executing the script
%UGII_BASE_DIR%\ugopen\ufvars.bat. |
CL |
This system environment variable is used to pass default options to the MSVC++
compiler. The ufvars.bat script initialized this variable with options needed
for Open C API compiles. |
INCLUDE |
This system environment variable is used to enable the C preprocessor to locate
headers (.h files). The ufvars.bat script modifies this variable to incorporate
the location of the Open C API headers. |
LIB |
This system environment variable is used to enable the linker to locate object
libraries and import libraries. The ufvars.bat script modifies this variable to
incorporate the location of the Open C API import libraries, libufun.lib
and libugopenint.lib. |
PATH |
This system environment variable is used to enable the system to locate
executables, DLL's and scripts. The ufvars.bat script modifies this variable to
enable easy access to the uflink.bat script. |
|
|