Re: Building with Visual C++ - Mailing list pgsql-patches

From Hiroshi Saito
Subject Re: Building with Visual C++
Date
Msg-id 01ba01c67305$caf2fa70$d1130dde@IBMC4B5932F74B
Whole thread Raw
In response to Building with Visual C++  ("Magnus Hagander" <mha@sollentuna.net>)
List pgsql-patches
Hi Magnus.

I understood that this helped.

#define PGBINDIR "/usr/local/pgsql/bin"
#define PGSHAREDIR "/usr/local/pgsql/share"
#define SYSCONFDIR "/usr/local/pgsql/etc"
#define INCLUDEDIR "/usr/local/pgsql/include"
#define PKGINCLUDEDIR "/usr/local/pgsql/include"
#define INCLUDEDIRSERVER "/usr/local/pgsql/include/server"
#define LIBDIR "/usr/local/pgsql/lib"
#define PKGLIBDIR "/usr/local/pgsql/lib"
#define LOCALEDIR ""
#define DOCDIR "/usr/local/pgsql/doc"
#define MANDIR "/usr/local/pgsql/man"

It reconstructed on VC++6 with a part of your patch.
Then, I am very good touch.:-)
However,  Would you add another patch of this?

Regards,
Hiroshi Saito

Attachment

pgsql-patches by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Page at a time index scan
Next
From: "Dave Page"
Date:
Subject: Re: [pgadmin-hackers] Adminpack contrib module