vs2013-ide-integration: sfx2 include path incomplete
Michael Stahl
mstahl at redhat.com
Mon Dec 19 20:28:48 UTC 2016
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.
More information about the LibreOffice
mailing list