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