From 428e2de1b895079bbf50a128f8b3824679f4bb65 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 11 Feb 2024 23:42:40 +0100 Subject: [PATCH] Remove obsolete script related to MSVC build system --- src/tools/ci/windows_build_config.pl | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/tools/ci/windows_build_config.pl diff --git a/src/tools/ci/windows_build_config.pl b/src/tools/ci/windows_build_config.pl deleted file mode 100644 index 74287367b1..0000000000 --- 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; -- 2.30.2