office-gobmx/codemaker
Marcos Paulo de Souza 9edeb948a2 Removed last RTL_CONST* macros from codemaker
Also, change ".equals" fro "==" and drop a useless function.

Change-Id: I5ce4fd2cc7c62a18e059e945b42cc01425802aa0
Reviewed-on: https://gerrit.libreoffice.org/2605
Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2013-03-09 23:29:39 +00:00
..
inc/codemaker
prj remove all d.lst 2013-02-28 18:40:06 +01:00
source Removed last RTL_CONST* macros from codemaker 2013-03-09 23:29:39 +00:00
test/javamaker
Executable_cppumaker.mk
Executable_javamaker.mk
Makefile
Module_codemaker.mk
Package_inc.mk
README
StaticLibrary_codemaker.mk registry: new ZipPackage_registry_odk_headers 2013-02-27 01:33:19 +01:00
StaticLibrary_codemaker_cpp.mk registry: new ZipPackage_registry_odk_headers 2013-02-27 01:33:19 +01:00
StaticLibrary_codemaker_java.mk registry: new ZipPackage_registry_odk_headers 2013-02-27 01:33:19 +01:00

UNO interface declaration/stub generators for:
- C++: cppumaker generates headers (.hpp and .hdl files) that provide
  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