office-gobmx/odk
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
..
docs
examples udkapi, offapi: do not use #include "foo": 2012-07-30 20:49:09 +02:00
inc
pack re-base on ALv2 code. Includes: 2012-07-18 09:29:19 +01:00
prj
settings
source
util re-base on ALv2 code. Includes: 2012-07-18 09:29:19 +01:00
cfgWin.js
configure.pl
index.html
index_online.html
no_localization
README
setsdkenv_unix
setsdkenv_unix.csh.in
setsdkenv_unix.sh.in
setsdkenv_windows.bat
setsdkenv_windows.template
setsdkname.bat

Office development kit - implements the first step on the way to the LibreOffice SDK tarball.

Part of the SDK; to build you need to add --enable-odk.