Re: Compiling C++ extensions on MSVC using scripts in src/tools - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Compiling C++ extensions on MSVC using scripts in src/tools
Date
Msg-id CAB7nPqRFzfYWxwmi1sTZJJ+wMYAVR45qqBnBMStpv+PHfEooPQ@mail.gmail.com
Whole thread Raw
In response to Re: Compiling C++ extensions on MSVC using scripts in src/tools  (Heikki Linnakangas <hlinnakangas@vmware.com>)
List pgsql-hackers
On Thu, Dec 18, 2014 at 4:55 AM, Heikki Linnakangas
<hlinnakangas@vmware.com> wrote:
> If .lp and .ypp files are supposed to be Bison and Flex files with C++ code
> in them, it wouldn't work anyway, because the rules elsewhere in the MSVC
> scripts just check for /\.y$/) to decide whether to run bison on it.
>
> I committed Andrew's suggestion:
> /^(.*)\\([^\\]+)\.(c|cpp|y|l|rc)$/
Thanks, that's enough for my stuff.
-- 
Michael



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: moving from contrib to bin
Next
From: Etsuro Fujita
Date:
Subject: Re: inherit support for foreign tables