--msvc-syntax support #161

Closed
opened 2017-12-07 21:11:21 +00:00 by ariadne · 1 comment

Newer versions of freedesktop.org's pkg-config have a sane definition for what the --msvc-syntax feature should do.

Now that this exists, it may be reasonable to add support.

There's two options:

  • write a custom handler for this which renders the fragments appropriately
  • implement a custom fragment rendering API which would allow libraries to override the output format from pkgconf_fragment_render and friends.

Not sure which one is better honestly.

Newer versions of freedesktop.org's pkg-config have a sane definition for what the --msvc-syntax feature should do. Now that this exists, it may be reasonable to add support. There's two options: * write a custom handler for this which renders the fragments appropriately * implement a custom fragment rendering API which would allow libraries to override the output format from `pkgconf_fragment_render` and friends. Not sure which one is better honestly.
Poster
Owner

I think we will go with the rendering API approach.

I think we will go with the rendering API approach.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ariadne/pkgconf#161
There is no content yet.