We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentc59cb9d commit2ede0ecCopy full SHA for 2ede0ec
src/tools/msvc/Install.pm
@@ -3,7 +3,7 @@ package Install;
3
#
4
# Package that provides 'make install' functionality for msvc builds
5
6
-# $PostgreSQL: pgsql/src/tools/msvc/Install.pm,v 1.14 2007/04/25 19:00:05 mha Exp $
+# $PostgreSQL: pgsql/src/tools/msvc/Install.pm,v 1.15 2007/05/13 15:33:07 mha Exp $
7
8
use strict;
9
use warnings;
@@ -35,7 +35,7 @@ sub Install
35
$conf ="release";
36
}
37
die"Could not find debug or release binaries"if ($confeq"");
38
-print"Installing for$conf\n";
+print"Installing for$conf in$target\n";
39
40
EnsureDirectories($target,'bin','lib','share','share/timezonesets','share/contrib','doc',
41
'doc/contrib','symbols');