Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
[p5sagit/p5-mst-13.2.git] / wince / xbuildall.ksh
CommitLineData
e1caacb4 1# Time-stamp: <01/08/01 21:03:25 keuchel@w2k>\r
2#\r
3# rebuild all perl targets\r
4\r
5machines="\r
6wince-arm-hpc-wce300\r
7wince-arm-hpc-wce211\r
8wince-sh3-hpc-wce211\r
9wince-mips-hpc-wce211\r
10wince-mips-hpc-wce200\r
11wince-sh3-hpc-wce200\r
12wince-arm-pocket-wce300\r
13wince-mips-pocket-wce300\r
14wince-sh3-pocket-wce300\r
15wince-x86em-pocket-wce300\r
16wince-sh3-palm-wce211\r
17wince-mips-palm-wce211\r
18wince-x86em-palm-wce211\r
19"\r
20\r
21for mach in $machines; do\r
22 mflags="-f makefile.ce MACHINE=$mach"\r
23 echo "Calling nmake for $mach..."\r
24 nmake $mflags clean\r
25 nmake $mflags all\r
26 nmake $mflags all dlls || exit 1\r
27 nmake $mflags makedist\r
28done\r
29\r