Hello Jesús,
On 23 May 2012 09:40, Jesús Corrius <jesus@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
Context
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.