From: Peter Eisentraut Date: Sun, 11 Feb 2024 22:42:40 +0000 (+0100) Subject: Remove obsolete script related to MSVC build system X-Git-Tag: REL_17_BETA1~904 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=428e2de1b895079bbf50a128f8b3824679f4bb65;p=thirdparty%2Fpostgresql.git Remove obsolete script related to MSVC build system --- diff --git a/src/tools/ci/windows_build_config.pl b/src/tools/ci/windows_build_config.pl deleted file mode 100644 index 74287367b19..00000000000 --- a/src/tools/ci/windows_build_config.pl +++ /dev/null @@ -1,16 +0,0 @@ - -# Copyright (c) 2024, PostgreSQL Global Development Group - -use strict; -use warnings FATAL => 'all'; - -our $config; - -$config->{"tap_tests"} = 1; -$config->{"asserts"} = 1; - -$config->{"openssl"} = "c:/openssl/1.1/"; -$config->{"perl"} = "c:/strawberry/$ENV{DEFAULT_PERL_VERSION}/perl/"; -$config->{"python"} = "c:/python/"; - -1;