Files
abc/readme__cplusplus
2010-11-01 01:35:04 -07:00

7 lines
372 B
Plaintext

To compile as C code: make sure CC=gcc, and, optionally, that ABC_NAMESPACE is not defined.
To compile as C++ code without namespaces: make sure CC=g++, and that ABC_NAMESPACE is not defined.
To compile as C++ code with namespaces: make sure CC=g++, and that ABC_NAMESPACE is defined to name of the requested namespace. For example, add to OPTFLAGS -DABC_NAMESPACE=xxx