Skip to content

Commit

Permalink
5.40 build script
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlaffan committed Aug 10, 2024
1 parent dafe0fb commit 9260dec
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions devel.utils/_build-5.40_local_ucrt.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:\shawn\sp_repos

set SP=c:\perls\5.38.2.2_PDL
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.40.0.1.pp -test_core -beta=0 -interactive -restorepoints -wixbin_dir=z:\sw\wix311 -cpan_url https://cpan.metacpan.org


0 comments on commit 9260dec

Please sign in to comment.