diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-08-30 09:39:07 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-08-30 09:40:06 +0300 |
commit | c7377102ad58204498f7f19750cd8f83aaefdeda (patch) | |
tree | 99ef76e649d7756253de9894569bd24b177d1f7d | |
parent | 860ffac8bf2ff3510e3be67ef8c0493a5a906ccb (diff) |
Add note about terminology
Change-Id: Iecbd3d88e963222e9bf44412fc84245edb6659dc
-rw-r--r-- | codemaker/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/codemaker/README b/codemaker/README index 3410b4b5a42d..53867801208b 100644 --- a/codemaker/README +++ b/codemaker/README @@ -3,3 +3,12 @@ UNO interface declaration/stub generators for: the UNO API C++ binding - Java: javamaker generates class files that provide the JVM UNO API binding - the one for .Net is in module cli_ure + +Note the different terminology used by cppumaker vs. gbuild for the +three variants that can be generated by cppumaker for some of the +inline functions: + +(10:21:49) sberg: tml_, switch: -L; cpputype.cxx: light; gbuild: normal +(10:22:02) sberg: tml_, switch: none; cpputype.cxx: normal; gbuild: bootstrap +(10:22:20) sberg: tml_, switch: -C; cpputype.cxx: comprehensive; gbuild: comprehensive +(10:22:45) sberg: ...a recipe for confusion |