diff options
Diffstat (limited to 'src/tools/msvc/config.pl')
-rw-r--r-- | src/tools/msvc/config.pl | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/tools/msvc/config.pl b/src/tools/msvc/config.pl index bdf101f72d1..40c0f85dcf2 100644 --- a/src/tools/msvc/config.pl +++ b/src/tools/msvc/config.pl @@ -3,20 +3,20 @@ use strict; use warnings; our $config = { - asserts=>1, # --enable-cassert - integer_datetimes=>1, # --enable-integer-datetimes - nls=>undef, # --enable-nls=<path> - tcl=>'c:\tcl', # --with-tls=<path> - perl=>'c:\perl', # --with-perl - python=>'c:\python24', # --with-python=<path> - krb5=>'c:\prog\pgsql\depend\krb5', # --with-krb5=<path> - ldap=>1, # --with-ldap - openssl=>'c:\openssl', # --with-ssl=<path> - pthread=>'c:\prog\pgsql\depend\pthread', - xml=>'c:\prog\pgsql\depend\libxml2', - xslt=>'c:\prog\pgsql\depend\libxslt', - iconv=>'c:\prog\pgsql\depend\iconv', - zlib=>'c:\prog\pgsql\depend\zlib'# --with-zlib=<path> + asserts=>1, # --enable-cassert + integer_datetimes=>1, # --enable-integer-datetimes + nls=>undef, # --enable-nls=<path> + tcl=>'c:\tcl', # --with-tls=<path> + perl=>'c:\perl', # --with-perl + python=>'c:\python24', # --with-python=<path> + krb5=>'c:\prog\pgsql\depend\krb5', # --with-krb5=<path> + ldap=>1, # --with-ldap + openssl=>'c:\openssl', # --with-ssl=<path> + pthread=>'c:\prog\pgsql\depend\pthread', + xml=>'c:\prog\pgsql\depend\libxml2', + xslt=>'c:\prog\pgsql\depend\libxslt', + iconv=>'c:\prog\pgsql\depend\iconv', + zlib=>'c:\prog\pgsql\depend\zlib'# --with-zlib=<path> }; 1; |