diff options
author | Vadim Konovalov <vkonovalov@lucent.com> | 2002-05-04 07:49:11 +0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-05 01:05:17 +0000 |
commit | 18f68570297a02601dc2452e05e11ca1485ace3f (patch) | |
tree | 51500988a2689c530c150a514098ec39d08325f4 /wince/config.ce | |
parent | a4ccfa7629128e4b79e21f856eb1cbf44ef54e7e (diff) | |
download | perl-18f68570297a02601dc2452e05e11ca1485ace3f.tar.gz |
Re: Cross-compiling as of WinCE
Message-ID: <00ca01c1f2fd$20a35fb0$cb5cc3d9@vad>
p4raw-id: //depot/perl@16407
Diffstat (limited to 'wince/config.ce')
-rw-r--r-- | wince/config.ce | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/wince/config.ce b/wince/config.ce index 9e42882296..07eed645f3 100644 --- a/wince/config.ce +++ b/wince/config.ce @@ -43,7 +43,7 @@ byteorder='1234' c='' castflags='0' cat='type' -cc='cl' +cc='~CC~' cccdlflags=' ' ccdlflags=' ' ccflags='-DWIN32' @@ -61,14 +61,14 @@ compress='' contains='grep' cp='copy' cpio='' -cpp='cl -nologo -E' +cpp='~CC~ -nologo -E' cpp_stuff='42' cppccsymbols='' cppflags='-DWIN32' cpplast='' cppminus='' -cpprun='cl -nologo -E' -cppstdin='cl -nologo -E' +cpprun='~CC~ -nologo -E' +cppstdin='~CC~ -nologo -E' cppsymbols='' crosscompile='undef' crypt_r_proto='0' @@ -331,7 +331,7 @@ d_setgrps='undef' d_sethent='undef' d_sethostent_r='undef' d_setlinebuf='undef' -d_setlocale='undef' +d_setlocale='define' d_setlocale_r='undef' d_setnent='undef' d_setnetent_r='undef' @@ -379,7 +379,7 @@ d_stdio_stream_array='undef' d_stdiobase='undef' d_stdstdio='undef' d_strchr='define' -d_strcoll='undef' +d_strcoll='define' d_strctcpy='define' d_strerrm='strerror(e)' d_strerror='define' @@ -529,6 +529,7 @@ i_gdbm='undef' i_grp='undef' i_ieeefp='undef' i_inttypes='undef' +i_langinfo='undef' i_limits='define' i_locale='undef' i_machcthr='undef' @@ -542,6 +543,7 @@ i_neterrno='undef' i_netinettcp='undef' i_niin='undef' i_poll='undef' +i_prot='undef' i_pthread='undef' i_pwd='undef' i_rpcsvcdbm='define' @@ -701,6 +703,7 @@ optimize='-O' orderlib='false' osname='MSWin32' osvers='4.0' +otherlibdirs='' package='perl5' pager='more /e' passcat='' @@ -852,7 +855,7 @@ use5005threads='undef' use64bitall='undef' use64bitint='undef' usedl='define' -useithreads='undef' +useithreads='~USE_ITHREADS~' uselargefiles='undef' uselongdouble='undef' usemorebits='undef' @@ -860,7 +863,7 @@ usemultiplicity='undef' usemymalloc='n' usenm='false' useopcode='true' -useperlio='define' +useperlio='~USE_PERLIO~' useposix='true' usesfio='false' useshrplib='yes' |