Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sequoyah-dev] How to define global variables

Hi there.

I'd like to build my native library with -DGLOBAL_VAR=xx

Where should I set and define GLOBAL_VAR?

I've tried in various locations like :

Preferences -> C/C++ General -> Path and Symbols -> # Symbols -> Add ...
Preferences -> C/C++ Build -> Build Variables -> Add ...

and other places, either at the C++ file level using the definition,
the project level etc... no go ..

So what is the proper way of doing so ?

Thank you
Jean-Yves


Back to the top