summaryrefslogtreecommitdiff
path: root/src/tools/msvc/README
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2007-03-17 13:50:42 +0000
committerMagnus Hagander <magnus@hagander.net>2007-03-17 13:50:42 +0000
commit08bb6185615483a6c3afc13230c62f38c5f2f0fc (patch)
treee4760d0f2ebb332c61882ece0bc548e5426c30da /src/tools/msvc/README
parentcdf8b56d5463815244467ea8f5ec6e72b6c65a6c (diff)
downloadpostgresql-08bb6185615483a6c3afc13230c62f38c5f2f0fc.tar.gz
Turn most vc build scripts into modules instead of scripts, and just have
skeleton scripts calling them. To make it easier for the buildfarm (or other "outside callers") to use these modules directly. Per suggestion from Andrew Dunstan.
Diffstat (limited to 'src/tools/msvc/README')
-rw-r--r--src/tools/msvc/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/msvc/README b/src/tools/msvc/README
index e0123a953f..71d6f7d1d6 100644
--- a/src/tools/msvc/README
+++ b/src/tools/msvc/README
@@ -8,5 +8,5 @@ Notes about code indention
--------------------------
If the perl code is modified, use perltidy on it since pgindent won't
touch perl code. Use the following commandline:
-perltidy -b -bl -nsfs -naws -l=100 *.pl *.pm
+perltidy -b -bl -nsfs -naws -l=100 -ole=unix *.pl *.pm