summaryrefslogtreecommitdiff
path: root/wince/compile-all.bat
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-04-07 03:41:17 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-04-07 03:41:17 +0000
commitc96f74cebd2ba17e2fcad5375199dd60d38b38e0 (patch)
tree4b321cc191edc89a62a5689b89937c4581c52132 /wince/compile-all.bat
parent3871c2ef9aa1dfeba4631a17efdbf486012d47a6 (diff)
downloadperl-c96f74cebd2ba17e2fcad5375199dd60d38b38e0.tar.gz
More WinCE tweaking for Vadim Konovalov.
p4raw-id: //depot/perl@19158
Diffstat (limited to 'wince/compile-all.bat')
-rw-r--r--wince/compile-all.bat75
1 files changed, 62 insertions, 13 deletions
diff --git a/wince/compile-all.bat b/wince/compile-all.bat
index 5f94d44317..c85f5e9b7c 100644
--- a/wince/compile-all.bat
+++ b/wince/compile-all.bat
@@ -1,13 +1,62 @@
-call compile.bat MACHINE=wince-arm-hpc-wce300
-call compile.bat MACHINE=wince-arm-hpc-wce211
-call compile.bat MACHINE=wince-sh3-hpc-wce211
-call compile.bat MACHINE=wince-mips-hpc-wce211
-call compile.bat MACHINE=wince-sh3-hpc-wce200
-call compile.bat MACHINE=wince-mips-hpc-wce200
-call compile.bat MACHINE=wince-arm-pocket-wce300
-call compile.bat MACHINE=wince-mips-pocket-wce300
-call compile.bat MACHINE=wince-sh3-pocket-wce300
-call compile.bat MACHINE=wince-x86em-pocket-wce300
-call compile.bat MACHINE=wince-mips-palm-wce211
-call compile.bat MACHINE=wince-sh3-palm-wce211
-call compile.bat MACHINE=wince-x86em-palm-wce211
+@echo off
+rem
+rem Normally you do not need to run this file.
+rem Instead you should edit and execute compile.bat .
+rem
+rem This file assumes that you have a set of appropriate
+rem bat-files that prepare environment variables for build process
+rem and execute commands passed as arguments
+rem
+
+call wcearm-300 compile.bat "MACHINE=wince-arm-hpc-wce300"
+call wcearm-300 compile.bat "MACHINE=wince-arm-hpc-wce300" zipdist
+..\miniperl makedist.pl --clean-exts
+
+call wcearm-211 compile.bat "MACHINE=wince-arm-hpc-wce211"
+call wcearm-211 compile.bat "MACHINE=wince-arm-hpc-wce211" zipdist
+..\miniperl makedist.pl --clean-exts
+
+call wcesh3-211 compile.bat "MACHINE=wince-sh3-hpc-wce211"
+call wcesh3-211 compile.bat "MACHINE=wince-sh3-hpc-wce211" zipdist
+..\miniperl makedist.pl --clean-exts
+
+call wcemips-211 compile.bat "MACHINE=wince-mips-hpc-wce211"
+call wcemips-211 compile.bat "MACHINE=wince-mips-hpc-wce211" zipdist
+..\miniperl makedist.pl --clean-exts
+
+rem TODO call wcesh3-200 compile.bat "MACHINE=wince-sh3-hpc-wce200"
+rem TODO call wcesh3-200 compile.bat "MACHINE=wince-sh3-hpc-wce200" zipdist
+rem TODO ..\miniperl makedist.pl --clean-exts
+
+rem TODO call compile.bat "MACHINE=wince-mips-hpc-wce200"
+rem TODO call compile.bat "MACHINE=wince-mips-hpc-wce200" zipdist
+rem TODO ..\miniperl makedist.pl --clean-exts
+
+call WCEARM-p300 compile.bat "MACHINE=wince-arm-pocket-wce300"
+call WCEARM-p300 compile.bat "MACHINE=wince-arm-pocket-wce300" zipdist
+..\miniperl makedist.pl --clean-exts
+
+call WCEMIPS-300 compile.bat "MACHINE=wince-mips-pocket-wce300"
+call WCEMIPS-300 compile.bat "MACHINE=wince-mips-pocket-wce300" zipdist
+..\miniperl makedist.pl --clean-exts
+
+call WCESH3-300 compile.bat "MACHINE=wince-sh3-pocket-wce300"
+call WCESH3-300 compile.bat "MACHINE=wince-sh3-pocket-wce300" zipdist
+..\miniperl makedist.pl --clean-exts
+
+call WCEx86-300 compile.bat "MACHINE=wince-x86em-pocket-wce300"
+call WCEx86-300 compile.bat "MACHINE=wince-x86em-pocket-wce300" zipdist
+..\miniperl makedist.pl --clean-exts
+
+call WCEMIPS-palm211 compile.bat "MACHINE=wince-mips-palm-wce211"
+call WCEMIPS-palm211 compile.bat "MACHINE=wince-mips-palm-wce211" zipdist
+..\miniperl makedist.pl --clean-exts
+
+call WCESH3-palm211 compile.bat "MACHINE=wince-sh3-palm-wce211"
+call WCESH3-palm211 compile.bat "MACHINE=wince-sh3-palm-wce211" zipdist
+..\miniperl makedist.pl --clean-exts
+
+call WCEx86-palm211 compile.bat "MACHINE=wince-x86em-palm-wce211"
+call WCEx86-palm211 compile.bat "MACHINE=wince-x86em-palm-wce211" zipdist
+..\miniperl makedist.pl --clean-exts
+