From c7377102ad58204498f7f19750cd8f83aaefdeda Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 30 Aug 2012 09:39:07 +0300 Subject: Add note about terminology Change-Id: Iecbd3d88e963222e9bf44412fc84245edb6659dc --- codemaker/README | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'codemaker') 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 -- cgit