From 08bb6185615483a6c3afc13230c62f38c5f2f0fc Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Sat, 17 Mar 2007 13:50:42 +0000 Subject: 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. --- src/tools/msvc/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools/msvc/README') 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 -- cgit v1.2.1