office-gobmx/ure
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
..
prj
source
Makefile
Module_ure.mk
Package_distribution.mk
Package_uretest.mk
Rdb_ure.mk
README
Zip_uretest.mk

Contains the UNO Runtime Environment (URE).

Beginnings of standalone UNO distribution.

See also:
[http://udk.openoffice.org/]

You may also want to read the README located at:
[git:ure/source/README]