office-gobmx/codemaker
Michael Stahl 753e9b3d45 udkapi, offapi: do not use #include "foo":
Evidently on Windows, the newfangled ucpp handles #include "foo"
differently from #include <foo> and treats it as a relative path, while
the angle brackets always result in absolute paths.
Since relative paths result in infinite rebuilds if make is invoked in a
different directory, don't use #include "foo" in IDL files.

Change-Id: Iedcda3a4be5542389a0be086f14541cda8dc5323
2012-07-30 20:49:09 +02:00
..
inc/codemaker re-base on ALv2 code. 2012-06-12 22:24:54 +01:00
prj
source re-base on ALv2 code. 2012-06-12 22:24:54 +01:00
test/javamaker udkapi, offapi: do not use #include "foo": 2012-07-30 20:49:09 +02:00
Executable_cppumaker.mk
Executable_javamaker.mk
Makefile
Module_codemaker.mk
Package_inc.mk
README
StaticLibrary_codemaker.mk
StaticLibrary_codemaker_cpp.mk
StaticLibrary_codemaker_java.mk

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