Skip to content

Commit

Permalink
Build files for 5.39.10
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlaffan committed May 2, 2024
1 parent 670438b commit b722729
Show file tree
Hide file tree
Showing 2 changed files with 648 additions and 0 deletions.
28 changes: 28 additions & 0 deletions devel.utils/_build-5.39_local.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
::@cls
::call ..\build.bat test

::set PERL_USE_UNSAFE_INC=1

subst Z: C:\spbuild

set SP=d:\berrybrew\5.32.1.1_64bit
set PATH=%SP%\c\bin;%SP%\perl\bin;%SP%\perl\site\bin;Z:\sw\wix311;Z:\winlibs\bin;%PATH%
set PERLEXE=%SP%\perl\bin\perl

:: update blib - requires Build.PL to have been run
::set OLD_CD=%cd%
::cd ..
::call Build
::cd %OLD_CD%

call ..\build.bat test

set MAKEFLAGS=-j8
set TEST_JOBS=8


::set SKIP_MSI_STEP=1
::set SKIP_PDL_STEP=1
%PERLEXE% -Mblib ..\script\perldist_strawberry -job ..\share\64bit-5.39.10.1.pp -test_core -beta=0 -interactive -restorepoints -wixbin_dir=z:\sw\wix311 -cpan_url https://cpan.metacpan.org


0 comments on commit b722729

Please sign in to comment.