@@ -93,7 +93,8 @@ IF "%SDK%" == "MSVC2019" (
93
93
>> src\tools\msvc\config.plECHO nls^ =^ > '%DEPENDENCIES_BIN_DIR% \libintl',
94
94
>> src\tools\msvc\config.plECHO tcl^ =^ > undef,
95
95
IF %SDK% == SDK71GOTO :DISABLE_PERL
96
- IF %ARCH% == X86GOTO :DISABLE_PERL
96
+ rem IF %ARCH% == X86 GOTO :DISABLE_PERL
97
+ IF %ARCH% == X86 (>> src\tools\msvc\config.plECHO perl^ =^ > '%PERL32_PATH% ', )
97
98
IF %ARCH% == X64 (>> src\tools\msvc\config.plECHO perl^ =^ > '%PERL64_PATH% ', )
98
99
GOTO :PERL_CONF_DONE
99
100
:DISABLE_PERL
@@ -118,6 +119,8 @@ IF "%WITHTAPTESTS%" == "1" >>src\tools\msvc\config.pl ECHO tap_tests ^=^> 1,
118
119
rem Setting pager
119
120
>> src\include\pg_config.h.win32ECHO #define DEFAULT_PAGER" less -XE"
120
121
122
+
123
+
121
124
IF %ONE_C% == YES (
122
125
mv -v contrib\fulleq\fulleq.sql.in.in contrib\fulleq\fulleq.sql.in|| GOTO :ERROR
123
126
rem With PostgresPro we'll use ICU libraries without copiing them
@@ -151,8 +154,8 @@ rm -rf %BUILD_UDIR%/distr_%ARCH%_%PGVER%/postgresql/lib/test_* || GOTO :ERROR
151
154
rm -rf%BUILD_UDIR% /distr_%ARCH% _%PGVER% /postgresql/symbols/test_*|| GOTO :ERROR
152
155
153
156
REM remove python3 extensions
154
- rm -rf%BUILD_UDIR% /distr_%ARCH% _%PGVER% /postgresql/share/extension/*python3*|| GOTO :ERROR
155
- rm -rf%BUILD_UDIR% /distr_%ARCH% _%PGVER% /postgresql/lib/*python3*|| GOTO :ERROR
157
+ rem rm -rf %BUILD_UDIR%/distr_%ARCH%_%PGVER%/postgresql/share/extension/*python3*|| GOTO :ERROR
158
+ rem rm -rf %BUILD_UDIR%/distr_%ARCH%_%PGVER%/postgresql/lib/*python3*|| GOTO :ERROR
156
159
157
160
REM remove test binaries
158
161
rm -f%BUILD_UDIR% /distr_%ARCH% _%PGVER% /postgresql/bin/test_plan_lru.exe|| GOTO :ERROR