source: trunk/third/perl/wince/compile.bat @ 20075

Revision 20075, 1.5 KB checked in by zacheiss, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20074, which included commits to RCS files with non-trunk default branches.
Line 
1@echo off
2rem
3rem edit ARG-xxx variable to reflect your system and run
4rem   compile.bat [target] [additional parameters for nmake]
5rem
6
7set ARG-1=PV=
8set ARG-2=INST_VER=
9set ARG-3=INSTALL_ROOT=\Storage Card\perl58m
10set ARG-4=WCEROOT=%SDKROOT%
11set ARG-5=CEPATH=%WCEROOT%
12set ARG-6=CELIBDLLDIR=d:\personal\pocketPC\celib-palm-3.0
13set ARG-7=CECONSOLEDIR=d:\personal\pocketPC\w32console
14
15rem Only for WIN2000
16set ARG-8=YES=/y
17
18set ARG-9=CFG=RELEASE
19
20rem
21rem  uncomment one of following lines that matches your configuration
22
23rem set ARG-10=MACHINE=wince-mips-pocket-wce300
24rem set ARG-10=MACHINE=wince-arm-hpc-wce300
25rem set ARG-10=MACHINE=wince-arm-hpc-wce211
26rem set ARG-10=MACHINE=wince-sh3-hpc-wce211
27rem set ARG-10=MACHINE=wince-mips-hpc-wce211
28rem set ARG-10=MACHINE=wince-sh3-hpc-wce200
29rem set ARG-10=MACHINE=wince-mips-hpc-wce200
30rem set ARG-10=MACHINE=wince-arm-pocket-wce300
31rem set ARG-10=MACHINE=wince-mips-pocket-wce300
32rem set ARG-10=MACHINE=wince-sh3-pocket-wce300
33rem set ARG-10=MACHINE=wince-x86em-pocket-wce300
34rem set ARG-10=MACHINE=wince-mips-palm-wce211
35rem set ARG-10=MACHINE=wince-sh3-palm-wce211
36rem set ARG-10=MACHINE=wince-x86em-palm-wce211
37
38set ARG-11=PERLCEDIR=$(MAKEDIR)
39set ARG-12=MSVCDIR=D:\MSVStudio\VC98
40set ARG-13=CECOPY=$(HPERL) -I$(PERLCEDIR)\lib $(PERLCEDIR)\comp.pl --copy
41
42nmake -f Makefile.ce "%ARG-1%" "%ARG-2%" "%ARG-3%" "%ARG-4%" "%ARG-5%" "%ARG-6%" "%ARG-7%" "%ARG-8%" "%ARG-9%" "%ARG-10%" "%ARG-11%" "%ARG-12%" "%ARG-13%" %1 %2 %3 %4 %5 %6 %7 %8 %9
Note: See TracBrowser for help on using the repository browser.