Remove obsolete script related to MSVC build system

This commit is contained in:
Peter Eisentraut 2024-02-11 23:42:40 +01:00
parent 65f438471b
commit 428e2de1b8
1 changed files with 0 additions and 16 deletions

View File

@ -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;