Skip to content

Commit aab7380

Browse files
committed
Build scripts for 5.36.3.1 64-bit
1 parent 1c941f1 commit aab7380

File tree

2 files changed

+640
-0
lines changed

2 files changed

+640
-0
lines changed

devel.utils/_build-5.36_local.bat

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
::@cls
2+
::call ..\build.bat test
3+
4+
::set PERL_USE_UNSAFE_INC=1
5+
6+
subst Z: C:\spbuild
7+
8+
set SP=d:\berrybrew\5.32.1.1_64bit
9+
set PATH=%SP%\c\bin;%SP%\perl\bin;%SP%\perl\site\bin;Z:\sw\wix311;Z:\winlibs\bin;%PATH%
10+
set PERLEXE=%SP%\perl\bin\perl
11+
12+
:: update blib - requires Build.PL to have been run
13+
::set OLD_CD=%cd%
14+
::cd ..
15+
::call Build
16+
::cd %OLD_CD%
17+
18+
call ..\build.bat test
19+
20+
set MAKEFLAGS=-j8
21+
set TEST_JOBS=8
22+
23+
24+
::set SKIP_MSI_STEP=1
25+
::set SKIP_PDL_STEP=1
26+
%PERLEXE% -Mblib ..\script\perldist_strawberry -job ..\share\64bit-5.36.3.1.pp -test_core -beta=0 -interactive -restorepoints -wixbin_dir=z:\sw\wix311 -cpan_url https://cpan.metacpan.org
27+
28+

0 commit comments

Comments
 (0)