From: | "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp> |
---|---|
To: | "Bruce Momjian" <momjian(at)postgresql(dot)org>, "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Magnus Hagander" <mha(at)sollentuna(dot)net> |
Cc: | "Andrew Dunstan" <andrew(at)dunslane(dot)net>, <pgsql-patches(at)postgresql(dot)org>, "Chuck McDevitt" <cmcdevitt(at)greenplum(dot)com> |
Subject: | Re: Building with Visual C++ |
Date: | 2006-05-09 01:13:30 |
Message-ID: | 01ba01c67305$caf2fa70$d1130dde@IBMC4B5932F74B |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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 | Content-Type | Size |
---|---|---|
vcmore_patch.txt | text/plain | 1.0 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2006-05-09 07:54:57 | Re: Adminpack contrib module |
Previous Message | Simon Riggs | 2006-05-08 21:21:33 | Re: Page at a time index scan |