Re: Build system help adding system obj file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 25.10.20 05:25, Deborah Barkley-Yeung wrote:
Hello,

I'm trying to fix bug #48413. So looking at https://docs.microsoft.com/en-us/cpp/c-language/expanding-wildcard-arguments?view=vs-2019 <https://docs.microsoft.com/en-us/cpp/c-language/expanding-wildcard-arguments?view=vs-2019>, I think I just need to link setargv.obj.

 However I don't understand the build system well enough to know how to make it link in a system object file. Does anyone have any suggestions about how to approach this?

i suspect something like this should work, you'll have to find a variable in config_host.mk that leads to the file...

$(eval $(call gb_Executable_add_libs,soffice_exe,\
    $(SOMETHING)/setargv.obj \
))
_______________________________________________
LibreOffice mailing list
LibreOffice@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/libreoffice




[Index of Archives]     [LARTC]     [Bugtraq]     [Yosemite Forum]     [Photo]

  Powered by Linux