@@ -10,3 +10,20 @@ If the perl code is modified, use perltidy on it since pgindent won't
1010touch perl code. Use the following commandline:
1111perltidy -b -bl -nsfs -naws -l=100 -ole=unix *.pl *.pm
1212
13+ Notes about Visual Studio Express
14+ ---------------------------------
15+ To build PostgreSQL using Visual Studio Express, the Platform SDK
16+ has to be installed. Since this is not included in the product
17+ originally, extra steps are needed to make it work.
18+
19+ First, download and install the latest Platform SDK from
20+ www.microsoft.com.
21+
22+ Locate the files vcprojectengine.dll.express.config and
23+ vcprojectengine.dll.config in the vc\vcpackages directory of
24+ the Visual C++ Express installation. In these files, add the paths
25+ to the Platform SDK to the Include, Library and Path tags. Be sure
26+ to add them to the beginning of the list.
27+
28+ This should work for both GUI and commandline builds, but a restart
29+ may be necessary.