office-gobmx/idl
Noel Grandin 44a819a466 Revert "add sm to --enable-mergelibs=more"
This reverts commit 87d3f768f3.

The unit test at
starmath/CppunitTest_starmath_qa_cppunit.mk
is doing
    $(eval $(call gb_CppunitTest_use_library_objects,starmath_qa_cppunit,\
        sm \
    ))
which it is using to access to all the internal functions of starmath.

Unfortunately that linking trick is just not compatible with the mergelib linking.

Change-Id: Ie3c81a0eeea5bed192de18981463497f251531a6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164730
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-03-12 20:39:20 +01:00
..
inc
source
Executable_svidl.mk
IwyuFilter_idl.yaml
Makefile
Module_idl.mk
README.md

SvIDL Compiler

SvIDL Compiler that generates C++ slot headers from SDI files in modules' sdi/ subdirectory.

There is an overview of basic architecture of the markup of SDI files in the OpenOffice wiki:

https://wiki.openoffice.org/wiki/Framework/Article/Implementation_of_the_Dispatch_API_In_SFX2