office-gobmx/cppu
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 simplify include guards 2012-07-14 05:44:15 +02:00
prj make gbuild the default assumption of build.pl 2012-04-29 03:50:46 +02:00
qa udkapi, offapi: do not use #include "foo": 2012-07-30 20:49:09 +02:00
source Replace usage of rtl/memory.h in cppu with their equivalent from string.h 2012-07-29 21:30:34 +02:00
util re-base on ALv2 code. 2012-06-13 14:18:29 +01:00
CppunitTest_cppu_checkapi.mk allow using rtl::OUString etc. simply as OUString, without rtl:: 2012-07-16 16:03:03 +02:00
CppunitTest_cppu_qa_any.mk
CppunitTest_cppu_qa_recursion.mk
CppunitTest_cppu_qa_reference.mk
CppunitTest_cppu_qa_unotype.mk
CppunitTest_cppu_test_cppumaker.mk
CustomTarget_cppu_allheaders.mk More: echo -e is not POSIX (and unknown to Mac OS X) 2012-07-16 20:46:14 +02:00
InternalUnoApi_cppu.mk
Library_affine_uno.mk targetted improvement of UNO API includes / usage 2012-07-02 14:43:34 +01:00
Library_cppu.mk targetted improvement of UNO API includes / usage 2012-07-02 14:43:34 +01:00
Library_log_uno.mk targetted improvement of UNO API includes / usage 2012-07-02 14:43:34 +01:00
Library_purpenvhelper.mk targetted improvement of UNO API includes / usage 2012-07-02 14:43:34 +01:00
Library_unsafe_uno.mk targetted improvement of UNO API includes / usage 2012-07-02 14:43:34 +01:00
Makefile
Module_cppu.mk allow using rtl::OUString etc. simply as OUString, without rtl:: 2012-07-16 16:03:03 +02:00
Package_inc.mk Remove unused header files 2012-06-28 11:08:49 +02:00
README

Type definitions/implementations for the core of UNO. The exported API is in C.

See also:
[http://wiki.services.openoffice.org/wiki/Uno/Binary/Modules/CPPU]