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