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