summaryrefslogtreecommitdiff
path: root/codemaker
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-08-30 09:39:07 +0300
committerTor Lillqvist <tlillqvist@suse.com>2012-08-30 09:40:06 +0300
commitc7377102ad58204498f7f19750cd8f83aaefdeda (patch)
tree99ef76e649d7756253de9894569bd24b177d1f7d /codemaker
parent860ffac8bf2ff3510e3be67ef8c0493a5a906ccb (diff)
Add note about terminology
Change-Id: Iecbd3d88e963222e9bf44412fc84245edb6659dc
Diffstat (limited to 'codemaker')
-rw-r--r--codemaker/README9
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