On Tue, May 2, 2023 at 12:47 AM Celso Lorenzetti wrote:
> Hi, how do I set --prefix when compiling postgres for windows using
> /src/tools/msvc/build.bat?
>
>
>
> I created the /src/tools/msvc/config.pl file with $config->{prefix} =
> 'MyPostgreSQL';
>
>
>
> But the .exe and .dll are generated in
Hi, how do I set --prefix when compiling postgres for windows using
/src/tools/msvc/build.bat?
I created the /src/tools/msvc/config.pl file with $config->{prefix} =
'MyPostgreSQL';
But the .exe and .dll are generated in /release/... and not in
MyPostgreSQL/...
some help please!
Best reg