Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit454333a

Browse files
committed
Add notes about configuring Visual Studio Express for use with the
Platform SDK.
1 parentbce7bac commit454333a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

‎src/tools/msvc/README

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,20 @@ If the perl code is modified, use perltidy on it since pgindent won't
1010
touch perl code. Use the following commandline:
1111
perltidy -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.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp