Hello Jesús,

On 23 May 2012 09:40, Jesús Corrius <[email protected]> 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
_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to