Skip to content

Commit

Permalink
Build script and config for 32-bit SP 5.38.1
Browse files Browse the repository at this point in the history
The CPAN step in the config file is
broken into parts for easier restarts
from saved states.
  • Loading branch information
shawnlaffan committed Nov 27, 2023
1 parent 9522943 commit 6d7daf4
Show file tree
Hide file tree
Showing 2 changed files with 561 additions and 0 deletions.
19 changes: 19 additions & 0 deletions devel.utils/build-5.38_32bit_local.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
@cls
call ..\build.bat test

subst Z: C:\spbuild

set SP=d:\berrybrew\5.32.0_64_PDL
set PATH=%SP%\c\bin;%SP%\perl\bin;%SP%\perl\site\bin;Z:\sw\wix311;%PATH%
::set PERLEXE=%SP%\perl\bin\perl


set PERL_USE_UNSAFE_INC=1

set SKIP_MSI_STEP=
set SKIP_PDL_STEP=1
perl -Mblib ..\script\perldist_strawberry -job ..\share\32bit-5.38.1.1.pp -notest_core -beta=0 -interactive -restorepoints -wixbin_dir=z:\sw\wix311 -cpan_url https://cpan.metacpan.org

::set SKIP_MSI_STEP=1
::set SKIP_PDL_STEP=1
::perl -Mblib ..\script\perldist_strawberry -job ..\share\32bit-5.38.1.1.pp -notest_core -beta=0 -noperl_64bitint -app_simplename=strawberry-perl-no64 -nointeractive -norestorepoints -wixbin_dir=z:\sw\wix311
Loading

0 comments on commit 6d7daf4

Please sign in to comment.