summaryrefslogtreecommitdiff
path: root/codemaker/README
diff options
context:
space:
mode:
Diffstat (limited to 'codemaker/README')
-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