|
1 | 1 |
|
2 | 2 | # -*-perl-*- hey - emacs - this is a perl file |
3 | 3 |
|
4 | | -# $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.1 2007/09/23 21:52:56 adunstan Exp $ |
| 4 | +# $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.2 2007/09/24 21:14:54 adunstan Exp $ |
5 | 5 |
|
6 | 6 | use strict; |
7 | 7 |
|
|
36 | 36 | # use a capital C here because config.pl has $config |
37 | 37 | my$Config =-e"release/postgres/postgres.exe" ?"Release" :"Debug"; |
38 | 38 |
|
39 | | -copy("$Config/refint/defint.dll","contrib/spi"); |
| 39 | +copy("$Config/refint/refint.dll","contrib/spi"); |
40 | 40 | copy("$Config/autoinc/autoinc.dll","contrib/spi"); |
41 | 41 | copy("$Config/regress/regress.dll","src/test/regress"); |
42 | 42 |
|
|