office-gobmx/cppu
Michael Stahl d343c57f98 gbuild: make the versioned library the linktarget on Unixes
If there is a SOVERSION then the versioned library is a real file and
the unversioned one just a symlink; better to have the real file be the
target.

- add gb_Library_UDK_MAJORVER variable for SOVERSION
- remove version parameter of gb_Library_set_soversion_script;
  instead hardcode the SOVERSION since it must be included in the
  file name in gb_Library_FILENAMES anyway
- store the unversioned symlink in the ILIBTARGET variable
- via new gb_Library_get_workdir_target_versionlink function
- removed gb_Helper_install call that resulted in both versioned
  and unversioned libs in instdir

Change-Id: I2c6f1698f0e39fdb2c07964d43ed9485cbca0b30
2013-09-22 11:08:29 +02:00
..
qa Unlike idlc, unoidl doesn't support out-of-range byte consts 2013-09-19 08:16:18 +02:00
source
util
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
InternalUnoApi_cppu_qa_cppumaker_types.mk Directly build UNOIDL .rdb files from .idl files 2013-09-19 15:50:04 +02:00
InternalUnoApi_cppu_qa_types.mk Directly build UNOIDL .rdb files from .idl files 2013-09-19 15:50:04 +02:00
Library_affine_uno_uno.mk cppu: rename purpose environment libraries 2013-09-22 11:08:28 +02:00
Library_cppu.mk gbuild: make the versioned library the linktarget on Unixes 2013-09-22 11:08:29 +02:00
Library_log_uno_uno.mk cppu: rename purpose environment libraries 2013-09-22 11:08:28 +02:00
Library_purpenvhelper.mk gbuild: make the versioned library the linktarget on Unixes 2013-09-22 11:08:29 +02:00
Library_unsafe_uno_uno.mk cppu: rename purpose environment libraries 2013-09-22 11:08:28 +02:00
Makefile
Module_cppu.mk cppu: rename purpose environment libraries 2013-09-22 11:08:28 +02:00
README

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

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