This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Silence Win32 compiler warnings following change 25280
[perl5.git] / wince / compile-all.bat
1 @echo off\r
2 rem\r
3 rem Normally you do not need to run this file.\r
4 rem Instead you should edit and execute compile.bat .\r
5 rem\r
6 rem This file assumes that you have a set of appropriate\r
7 rem bat-files that prepare environment variables for build process\r
8 rem and execute commands passed as arguments\r
9 rem\r
10 \r
11 call wcearm-300 compile.bat "MACHINE=wince-arm-hpc-wce300"\r
12 call wcearm-300 compile.bat "MACHINE=wince-arm-hpc-wce300" zipdist\r
13 ..\miniperl makedist.pl --clean-exts\r
14 \r
15 call wcearm-211 compile.bat "MACHINE=wince-arm-hpc-wce211"\r
16 call wcearm-211 compile.bat "MACHINE=wince-arm-hpc-wce211"  zipdist\r
17 ..\miniperl makedist.pl --clean-exts\r
18 \r
19 call wcesh3-211 compile.bat "MACHINE=wince-sh3-hpc-wce211"\r
20 call wcesh3-211 compile.bat "MACHINE=wince-sh3-hpc-wce211"  zipdist\r
21 ..\miniperl makedist.pl --clean-exts\r
22 \r
23 call wcemips-211 compile.bat "MACHINE=wince-mips-hpc-wce211"\r
24 call wcemips-211 compile.bat "MACHINE=wince-mips-hpc-wce211"  zipdist\r
25 ..\miniperl makedist.pl --clean-exts\r
26 \r
27 rem TODO call wcesh3-200 compile.bat "MACHINE=wince-sh3-hpc-wce200"\r
28 rem TODO call wcesh3-200 compile.bat "MACHINE=wince-sh3-hpc-wce200"  zipdist\r
29 rem TODO ..\miniperl makedist.pl --clean-exts\r
30 \r
31 rem TODO call compile.bat "MACHINE=wince-mips-hpc-wce200"\r
32 rem TODO call compile.bat "MACHINE=wince-mips-hpc-wce200"  zipdist\r
33 rem TODO ..\miniperl makedist.pl --clean-exts\r
34 \r
35 call WCEARM-p300 compile.bat "MACHINE=wince-arm-pocket-wce300"\r
36 call WCEARM-p300 compile.bat "MACHINE=wince-arm-pocket-wce300"  zipdist\r
37 ..\miniperl makedist.pl --clean-exts\r
38 \r
39 call WCEMIPS-300 compile.bat "MACHINE=wince-mips-pocket-wce300"\r
40 call WCEMIPS-300 compile.bat "MACHINE=wince-mips-pocket-wce300"  zipdist\r
41 ..\miniperl makedist.pl --clean-exts\r
42 \r
43 call WCESH3-300 compile.bat "MACHINE=wince-sh3-pocket-wce300"\r
44 call WCESH3-300 compile.bat "MACHINE=wince-sh3-pocket-wce300"  zipdist\r
45 ..\miniperl makedist.pl --clean-exts\r
46 \r
47 call WCEx86-300 compile.bat "MACHINE=wince-x86em-pocket-wce300"\r
48 call WCEx86-300 compile.bat "MACHINE=wince-x86em-pocket-wce300"  zipdist\r
49 ..\miniperl makedist.pl --clean-exts\r
50 \r
51 call WCEMIPS-palm211 compile.bat "MACHINE=wince-mips-palm-wce211"\r
52 call WCEMIPS-palm211 compile.bat "MACHINE=wince-mips-palm-wce211"  zipdist\r
53 ..\miniperl makedist.pl --clean-exts\r
54 \r
55 call WCESH3-palm211 compile.bat "MACHINE=wince-sh3-palm-wce211"\r
56 call WCESH3-palm211 compile.bat "MACHINE=wince-sh3-palm-wce211"  zipdist\r
57 ..\miniperl makedist.pl --clean-exts\r
58 \r
59 call WCEx86-palm211 compile.bat "MACHINE=wince-x86em-palm-wce211"\r
60 call WCEx86-palm211 compile.bat "MACHINE=wince-x86em-palm-wce211"  zipdist\r
61 ..\miniperl makedist.pl --clean-exts\r
62 \r