* wince/config, wince/configure.bat: replace 1.7 with 1.8
in macros. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3227 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
46f9785468
commit
e0006c665d
@ -1,3 +1,8 @@
|
||||
Fri Dec 27 17:55:00 2002 Takaaki Uematsu <mail@uema2.cjb.net>
|
||||
|
||||
* wince/config, wince/configure.bat: replace 1.7 with 1.8
|
||||
in macros.
|
||||
|
||||
Fri Dec 27 13:28:14 2002 Minero Aoki <aamine@loveruby.net>
|
||||
|
||||
* instruby.rb: fileutils.rb accepts only one argument.
|
||||
|
10
wince/config
10
wince/config
@ -75,18 +75,12 @@
|
||||
#define SETPGRP_VOID 1
|
||||
#define inline __inline
|
||||
#define RSHIFT(x,y) ((x)>>(int)y)
|
||||
/*#define FILE_COUNT _cnt*/
|
||||
/*#define FILE_READPTR _ptr*/
|
||||
#define DEFAULT_KCODE KCODE_NONE
|
||||
#define DLEXT ".so"
|
||||
#define DLEXT2 ".dll"
|
||||
/*#define NT 1*/
|
||||
#define RUBY_LIB "/lib/ruby/1.7"
|
||||
#define RUBY_LIB "/lib/ruby/1.8"
|
||||
#define RUBY_SITE_LIB "/lib/ruby/site_ruby"
|
||||
#define RUBY_SITE_LIB2 "/lib/ruby/site_ruby/1.7"
|
||||
/*#define RUBY_PLATFORM "mips-mswince"*/
|
||||
/*#define RUBY_ARCHLIB "/lib/ruby/1.7/mips-mswince"*/
|
||||
/*#define RUBY_SITE_ARCHLIB "/lib/ruby/site_ruby/1.7/mips-mswince"*/
|
||||
#define RUBY_SITE_LIB2 "/lib/ruby/site_ruby/1.8"
|
||||
|
||||
|
||||
/* below wince's original definition. */
|
||||
|
@ -14,8 +14,8 @@ if "%1"=="SH4" goto sh4
|
||||
|
||||
copy config config.h
|
||||
echo #define RUBY_PLATFORM "mips-mswince" >> config.h
|
||||
echo #define RUBY_ARCHLIB "/lib/ruby/1.7/mips-mswince" >> config.h
|
||||
echo #define RUBY_SITE_ARCHLIB "/lib/ruby/site_ruby/1.7/mips-mswince" >> config.h
|
||||
echo #define RUBY_ARCHLIB "/lib/ruby/1.8/mips-mswince" >> config.h
|
||||
echo #define RUBY_SITE_ARCHLIB "/lib/ruby/site_ruby/1.8/mips-mswince" >> config.h
|
||||
|
||||
if "%2"=="HPC2K" goto mipshpc2k
|
||||
if "%2"=="PPC" goto mipsppc
|
||||
@ -47,8 +47,8 @@ if "%2"=="HPCPRO" goto mipshpcpro
|
||||
|
||||
copy config config.h
|
||||
echo #define RUBY_PLATFORM "arm-mswince" >> config.h
|
||||
echo #define RUBY_ARCHLIB "/lib/ruby/1.7/arm-mswince" >> config.h
|
||||
echo #define RUBY_SITE_ARCHLIB "/lib/ruby/site_ruby/1.7/arm-mswince" >> config.h
|
||||
echo #define RUBY_ARCHLIB "/lib/ruby/1.8/arm-mswince" >> config.h
|
||||
echo #define RUBY_SITE_ARCHLIB "/lib/ruby/site_ruby/1.8/arm-mswince" >> config.h
|
||||
|
||||
if "%2"=="HPC2K" goto armhpc2k
|
||||
if "%2"=="PPC" goto armppc
|
||||
@ -80,8 +80,8 @@ if "%2"=="HPCPRO" goto armhpcpro
|
||||
|
||||
copy config config.h
|
||||
echo #define RUBY_PLATFORM "sh3-mswince" >> config.h
|
||||
echo #define RUBY_ARCHLIB "/lib/ruby/1.7/sh3-mswince" >> config.h
|
||||
echo #define RUBY_SITE_ARCHLIB "/lib/ruby/site_ruby/1.7/sh3-mswince" >> config.h
|
||||
echo #define RUBY_ARCHLIB "/lib/ruby/1.8/sh3-mswince" >> config.h
|
||||
echo #define RUBY_SITE_ARCHLIB "/lib/ruby/site_ruby/1.8/sh3-mswince" >> config.h
|
||||
|
||||
if "%2"=="HPC2K" goto error
|
||||
if "%2"=="PPC" goto sh3ppc
|
||||
@ -106,8 +106,8 @@ if "%2"=="HPCPRO" goto sh3hpcpro
|
||||
|
||||
copy config config.h
|
||||
echo #define RUBY_PLATFORM "sh4-mswince" >> config.h
|
||||
echo #define RUBY_ARCHLIB "/lib/ruby/1.7/sh4-mswince" >> config.h
|
||||
echo #define RUBY_SITE_ARCHLIB "/lib/ruby/site_ruby/1.7/sh4-mswince" >> config.h
|
||||
echo #define RUBY_ARCHLIB "/lib/ruby/1.8/sh4-mswince" >> config.h
|
||||
echo #define RUBY_SITE_ARCHLIB "/lib/ruby/site_ruby/1.8/sh4-mswince" >> config.h
|
||||
|
||||
if "%2"=="HPC2K" goto error
|
||||
if "%2"=="PPC" goto error
|
||||
|
Loading…
x
Reference in New Issue
Block a user