Skip to content

Commit 6d7daf4

Browse files
committed
Build script and config for 32-bit SP 5.38.1
The CPAN step in the config file is broken into parts for easier restarts from saved states.
1 parent 9522943 commit 6d7daf4

File tree

2 files changed

+561
-0
lines changed

2 files changed

+561
-0
lines changed
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
@cls
2+
call ..\build.bat test
3+
4+
subst Z: C:\spbuild
5+
6+
set SP=d:\berrybrew\5.32.0_64_PDL
7+
set PATH=%SP%\c\bin;%SP%\perl\bin;%SP%\perl\site\bin;Z:\sw\wix311;%PATH%
8+
::set PERLEXE=%SP%\perl\bin\perl
9+
10+
11+
set PERL_USE_UNSAFE_INC=1
12+
13+
set SKIP_MSI_STEP=
14+
set SKIP_PDL_STEP=1
15+
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
16+
17+
::set SKIP_MSI_STEP=1
18+
::set SKIP_PDL_STEP=1
19+
::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

0 commit comments

Comments
 (0)