[PATCH] set explicit Application User Models IDs in the native Windows launchers

Matúš Kukan matus.kukan at gmail.com
Wed May 23 08:01:22 PDT 2012


Hello Jesús,

On 23 May 2012 09:40, Jesús Corrius <jesus at softcatala.org> wrote:
> Hi All,
>
> More boring work related to Windows 7 integration.
>
> Can the gbuild heroes (mst, Sweetshark and matus) take a look at it as
> I am not sure if this part is right?

$(eval $(call gb_Executable_add_libs,scalc,\
    $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher) \
))

$(call gb_Executable_get_target,scalc) : \
    $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher)

is ugly hack for launcher because otherwise there was no main symbol,
or something like that, with Michael's original:

$(eval $(call gb_Executable_use_static_libraries,scalc,\
    winlauncher \
))

But you can safely use:

$(eval $(call gb_Executable_use_static_libraries,scalc,\
    appusermodelid \
))

Best,
Matus


More information about the LibreOffice mailing list