office-gobmx/bridges
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 android: x86 porting work. 2012-07-20 16:40:21 +01:00
prj
source Check MACOSX_SDK_VERSION, not MAC_OS_X_VERSION_MIN_REQUIRED 2012-07-28 09:07:27 +03:00
test udkapi, offapi: do not use #include "foo": 2012-07-30 20:49:09 +02:00
unotypes
README
version.mk

Bridges from various C++ ABIs, Java JNI, MS .Net to UNO and back.

Also implementation of the UNO Remote Protocol. And in ooo-build a bridge from Mono to UNO and back.