More WinCE tweaking for Vadim Konovalov.
[p5sagit/p5-mst-13.2.git] / wince / compile-all.bat
index 5f94d44..c85f5e9 100644 (file)
@@ -1,13 +1,62 @@
-call compile.bat MACHINE=wince-arm-hpc-wce300     \r
-call compile.bat MACHINE=wince-arm-hpc-wce211     \r
-call compile.bat MACHINE=wince-sh3-hpc-wce211     \r
-call compile.bat MACHINE=wince-mips-hpc-wce211    \r
-call compile.bat MACHINE=wince-sh3-hpc-wce200     \r
-call compile.bat MACHINE=wince-mips-hpc-wce200    \r
-call compile.bat MACHINE=wince-arm-pocket-wce300  \r
-call compile.bat MACHINE=wince-mips-pocket-wce300 \r
-call compile.bat MACHINE=wince-sh3-pocket-wce300  \r
-call compile.bat MACHINE=wince-x86em-pocket-wce300\r
-call compile.bat MACHINE=wince-mips-palm-wce211   \r
-call compile.bat MACHINE=wince-sh3-palm-wce211    \r
-call compile.bat MACHINE=wince-x86em-palm-wce211  \r
+@echo off\r
+rem\r
+rem Normally you do not need to run this file.\r
+rem Instead you should edit and execute compile.bat .\r
+rem\r
+rem This file assumes that you have a set of appropriate\r
+rem bat-files that prepare environment variables for build process\r
+rem and execute commands passed as arguments\r
+rem\r
+\r
+call wcearm-300 compile.bat "MACHINE=wince-arm-hpc-wce300"\r
+call wcearm-300 compile.bat "MACHINE=wince-arm-hpc-wce300" zipdist\r
+..\miniperl makedist.pl --clean-exts\r
+\r
+call wcearm-211 compile.bat "MACHINE=wince-arm-hpc-wce211"\r
+call wcearm-211 compile.bat "MACHINE=wince-arm-hpc-wce211"  zipdist\r
+..\miniperl makedist.pl --clean-exts\r
+\r
+call wcesh3-211 compile.bat "MACHINE=wince-sh3-hpc-wce211"\r
+call wcesh3-211 compile.bat "MACHINE=wince-sh3-hpc-wce211"  zipdist\r
+..\miniperl makedist.pl --clean-exts\r
+\r
+call wcemips-211 compile.bat "MACHINE=wince-mips-hpc-wce211"\r
+call wcemips-211 compile.bat "MACHINE=wince-mips-hpc-wce211"  zipdist\r
+..\miniperl makedist.pl --clean-exts\r
+\r
+rem TODO call wcesh3-200 compile.bat "MACHINE=wince-sh3-hpc-wce200"\r
+rem TODO call wcesh3-200 compile.bat "MACHINE=wince-sh3-hpc-wce200"  zipdist\r
+rem TODO ..\miniperl makedist.pl --clean-exts\r
+\r
+rem TODO call compile.bat "MACHINE=wince-mips-hpc-wce200"\r
+rem TODO call compile.bat "MACHINE=wince-mips-hpc-wce200"  zipdist\r
+rem TODO ..\miniperl makedist.pl --clean-exts\r
+\r
+call WCEARM-p300 compile.bat "MACHINE=wince-arm-pocket-wce300"\r
+call WCEARM-p300 compile.bat "MACHINE=wince-arm-pocket-wce300"  zipdist\r
+..\miniperl makedist.pl --clean-exts\r
+\r
+call WCEMIPS-300 compile.bat "MACHINE=wince-mips-pocket-wce300"\r
+call WCEMIPS-300 compile.bat "MACHINE=wince-mips-pocket-wce300"  zipdist\r
+..\miniperl makedist.pl --clean-exts\r
+\r
+call WCESH3-300 compile.bat "MACHINE=wince-sh3-pocket-wce300"\r
+call WCESH3-300 compile.bat "MACHINE=wince-sh3-pocket-wce300"  zipdist\r
+..\miniperl makedist.pl --clean-exts\r
+\r
+call WCEx86-300 compile.bat "MACHINE=wince-x86em-pocket-wce300"\r
+call WCEx86-300 compile.bat "MACHINE=wince-x86em-pocket-wce300"  zipdist\r
+..\miniperl makedist.pl --clean-exts\r
+\r
+call WCEMIPS-palm211 compile.bat "MACHINE=wince-mips-palm-wce211"\r
+call WCEMIPS-palm211 compile.bat "MACHINE=wince-mips-palm-wce211"  zipdist\r
+..\miniperl makedist.pl --clean-exts\r
+\r
+call WCESH3-palm211 compile.bat "MACHINE=wince-sh3-palm-wce211"\r
+call WCESH3-palm211 compile.bat "MACHINE=wince-sh3-palm-wce211"  zipdist\r
+..\miniperl makedist.pl --clean-exts\r
+\r
+call WCEx86-palm211 compile.bat "MACHINE=wince-x86em-palm-wce211"\r
+call WCEx86-palm211 compile.bat "MACHINE=wince-x86em-palm-wce211"  zipdist\r
+..\miniperl makedist.pl --clean-exts\r
+\r