Skip to content

Commit 63b69fb

Browse files
committed
Config and build files for 5.38
Currently working with 5.38 RC1
1 parent dd2eecf commit 63b69fb

File tree

2 files changed

+533
-0
lines changed

2 files changed

+533
-0
lines changed

devel.utils/_build-5.38.bat

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
::@cls
2+
::call ..\build.bat test
3+
4+
::set PERL_USE_UNSAFE_INC=1
5+
6+
set SP=z:\sp536
7+
set PATH=Z:\mingw64\bin;%SP%\c\bin;%SP%\perl\bin;%SP%\perl\site\bin;%PATH%
8+
set PERLEXE=%SP%\perl\bin\perl
9+
10+
:: update blib - requires Build.PL to have been run
11+
set OLD_CD=%cd%
12+
cd ..
13+
call Build
14+
cd %OLD_CD%
15+
16+
set MAKEFLAGS=-j8
17+
set TEST_JOBS=8
18+
19+
set SKIP_MSI_STEP=1
20+
set SKIP_PDL_STEP=1
21+
%PERLEXE% -Mblib ..\script\perldist_strawberry -job ..\share\64bit-5.38.0.1.pp -notest_core -beta=0 -nointeractive -restorepoints -wixbin_dir=z:\sw\wix311 -cpan_url https://cpan.metacpan.org
22+
23+

0 commit comments

Comments
 (0)