Re: src/tools/msvc usage instructions - Mailing list pgsql-hackers

From Hiroshi Saito
Subject Re: src/tools/msvc usage instructions
Date
Msg-id 000e01c6e5f4$ab7bb530$4e43040a@IBMC4B5932F74B
Whole thread Raw
In response to Re: src/tools/msvc usage instructions  ("Magnus Hagander" <mha@sollentuna.net>)
Responses Re: src/tools/msvc usage instructions  (Jeremy Drake <pgsql@jdrake.com>)
List pgsql-hackers
Hi.

I think that it has forgotten for VS2005-express to add path of SDK by myself.
http://www.winpg.jp/~saito/VS2005/VS2005_Include.png
http://www.winpg.jp/~saito/VS2005/VS2005_Library.png
Do I mistake your meaning?

Regards,
Hiroshi Saito

> I switched to short paths in the INCLUDE env var, but it 
> seems to just ignore it.  I'll have to look around for how to 
> deal with this, but for now perhaps the gui will work ok.  Is 
> there anything that needs to happen post-compile that may not 
> get done if I use the gui?

Nope. build.bat pretty much just calls mkvcbuild.pl (to generate the
project files), and then calls msbuild to build all the project files -
the exactly same way the GUI does it. (Or it's supposed to be exactly
the same way). Nothing more. So GUI building is just fine, just not
automated.

//Magnus

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster



pgsql-hackers by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: src/tools/msvc usage instructions
Next
From: Jeremy Drake
Date:
Subject: Re: src/tools/msvc usage instructions