Re: Compiling postgres for windows with src/tools/msvc.build.bat

2023-05-02 Thread Magnus Hagander
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

Compiling postgres for windows with src/tools/msvc.build.bat

2023-05-01 Thread Celso Lorenzetti
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