From dc13952417e5c918de9bd51f504db7a289ddabed Mon Sep 17 00:00:00 2001 From: uema2 Date: Sun, 1 Jun 2003 04:44:45 +0000 Subject: * wince/string_wce.c: add strpbrk() for hpcpro support. * wince/setup.mak: add hpcpro(CE2.11) & armv4t(CE.NET) support. * wince/resource.rb: ditto. * wince/Makefile.sub: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- wince/Makefile.sub | 18 +++++++++++++++--- wince/resource.rb | 7 +++---- wince/setup.mak | 16 +++++++++------- wince/string_wce.c | 20 ++++++++++++++++++++ 4 files changed, 47 insertions(+), 14 deletions(-) (limited to 'wince') diff --git a/wince/Makefile.sub b/wince/Makefile.sub index abc86bd322..d4b058bb82 100644 --- a/wince/Makefile.sub +++ b/wince/Makefile.sub @@ -182,7 +182,6 @@ OBJS = array.obj \ all: ext minirubyce$(EXEEXT) rbconfig.rb \ $(LIBRUBY) $(MISCLIBS) -# @$(MINIRUBY) $(srcdir)/ext/extmk.rb --extstatic=$(EXTSTATIC) --make "$(MAKE)" --make-flags "-$(MFLAGS)$(MAKEFLAGS)" @miniruby$(EXEEXT) $(srcdir)/ext/extmk.rb --extstatic=$(EXTSTATIC) --make "$(MAKE)" --make-flags "-$(MFLAGS)$(MAKEFLAGS)" ext: @@ -298,6 +297,20 @@ $(BANG)endif #define read _read #define write _write #define lseek _lseek + +#if _WIN32_WCE < 300 + #define isascii(c) ( (c>=0x00&&c<=0x7f)?1:0 ) + #define isspace(c) ( ((c>=0x09&&c<=0x0d)||c==0x20)?1:0 ) + #define isdigit(c) ( (c>=0x00&&c<=0x09)?1:0 ) + #define isupper(c) ( (c>='A'&&c<='Z')?1:0 ) + #define isalpha(c) ( ((c>='A'&&c<='Z')||(c>='a'&&c<='z'))?1:0 ) + #define isprint(c) ( (c>=0x20&&c<=0x7e)?1:0 ) + #define isalnum(c) ( (isalpha(c)||isdigit(c))?1:0 ) + #define iscntrl(c) ( ((c>=0x00&&c<=0x1f)||c==0x7f)?1:0 ) + #define islower(c) ( (c>='a'&&c<='z')?1:0 ) + #define ispunct(c) ( !(isalnum(c)||isspace(c))?1:0 ) + #define isxdigit(c) ( ((c>=0&&c<=9)||(c>='A'&&c<='F')||(c>='a'&&c<='f'))?1:0 ) +#endif <\n") + f.print("#include \n") if $wce_ver=="2.11" + f.print < -#if _WIN32_WCE > 400 - #include -#endif #{icons} VS_VERSION_INFO VERSIONINFO diff --git a/wince/setup.mak b/wince/setup.mak index 49d4309d4e..316d0f3a0c 100644 --- a/wince/setup.mak +++ b/wince/setup.mak @@ -40,6 +40,7 @@ sh3-ppc-wince: -prologue- -sh3- -ppc- -epilogue- sh3-hpcpro-wince: -prologue- -sh3- -hpcpro2- -epilogue- sh4-hpcpro-wince: -prologue- -sh4- -hpcpro2- -epilogue- armv4-.net41-wince: -prologue- -armv4- -.net41- -epilogue- +armv4t-.net41-wince: -prologue- -armv4t- -.net41- -epilogue- -prologue-: nul @type << > $(MAKEFILE) @@ -87,10 +88,9 @@ $(CPU) = $(PROCESSOR_LEVEL) @$(APPEND) CC = cl$(@:-=) -sh3- -sh4-:: @$(APPEND) CC = shcl --armv4-:: +-armv4- -armv4t-:: @$(APPEND) CC = clarm - @$(APPEND) ARCHFOLDER = armv4 - @$(APPEND) $(ARCH) = arm + @$(APPEND) ARCHFOLDER = $(@:-=) -arm-:: @@ -103,6 +103,10 @@ $(CPU) = $(PROCESSOR_LEVEL) @$(APPEND) CECPUDEF = -DSHx -DSH4 -D_SH4_ -armv4-:: @$(APPEND) CECPUDEF = -DARM -D_ARM_ -DARMV4 + @$(APPEND) $(ARCH) = ARM +-armv4t-:: + @$(APPEND) CECPUDEF = -DARM -D_ARM_ -DARMV4T + @$(APPEND) $(ARCH) = THUMB -hpc2k-: -hpc2000- @@ -176,16 +180,14 @@ LIB = $$(CE_TOOLS_DIR)/wce$$(SUBSYSVERSION:.=)/MS Pocket PC/lib/$$(PROCESSOR_ARC "-MS HPC Pro--": @type << >>$(MAKEFILE) -INCLUDE = $$(CE_TOOLS_DIR)/wce$$(SUBSYSVERSION:.=)/$(@:-=)/include -LIB = $$(CE_TOOLS_DIR)/wce$$(SUBSYSVERSION:.=)/$(@:-=)/lib +INCLUDE = $$(CE_TOOLS_DIR)/wce$$(SUBSYSVERSION:.=)/MS HPC Pro/include +LIB = $$(CE_TOOLS_DIR)/wce$$(SUBSYSVERSION:.=)/MS HPC Pro/lib/$$(PROCESSOR_ARCHITECTURE) << -.net41-: @type << >>$(MAKEFILE) INCLUDE = $$(CE_TOOLS4_DIR)/wce400/STANDARDSDK/include/$$(ARCHFOLDER) LIB = $$(CE_TOOLS4_DIR)/wce400/STANDARDSDK/lib/$$(ARCHFOLDER) -#INCLUDE = $$(CE_TOOLS4_DIR)/wce400/STANDARDSDK/include/$$(PROCESSOR_ARCHITECTURE) -#LIB = $$(CE_TOOLS4_DIR)/wce400/STANDARDSDK/lib/$$(PROCESSOR_ARCHITECTURE) << diff --git a/wince/string_wce.c b/wince/string_wce.c index 2a5514913d..a1ee075077 100644 --- a/wince/string_wce.c +++ b/wince/string_wce.c @@ -66,4 +66,24 @@ int stricmp( const char *s1, const char *s2 ) return n; } + +char *strpbrk(const char *str, const char *cs) +{ + wchar_t *wstr, *wcs, *w; + char *s = NULL; + + wstr = wce_mbtowc(str); + wcs = wce_mbtowc(cs); + + w = wcspbrk(wstr, wcs); + + if( w!=NULL ) + s = str + (wcs-wstr)/sizeof(wchar_t); + + free(wstr); + free(wcs); + + return s; +} + #endif -- cgit v1.2.3