On 12/18/2016 03:11 PM, Kaganski Mike wrote:
> Hello,
> 
> sfx2 source files include e.g. viewimp.hxx from sfx2/source/view/. But
> that path isn't set in Library_sfx.mk.
> 
> How can vs2013-ide-integration detect this path to be added to project file?

these directories are added like so in gbuild:

define gb_CObject__command_pattern
[...]
                -c $(3) \
                -I$(dir $(3)) \
[...]

so that just adds the directory the source cxx file everywhere, probably
the ide-integration can do the same.

_______________________________________________
LibreOffice mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to