* wince/mkconfig_wce.rb: sorry, forget to commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
952e9b9fba
commit
85ead97f2b
@ -1,3 +1,7 @@
|
|||||||
|
Wed Oct 01 14:09:53 2003 Takaaki Uematsu <uema2x@jcom.home.ne.jp>
|
||||||
|
|
||||||
|
* wince/mkconfig_wce.rb: sorry, forget to commit.
|
||||||
|
|
||||||
Wed Oct 01 10:08:42 2003 Takaaki Uematsu <uema2x@jcom.home.ne.jp>
|
Wed Oct 01 10:08:42 2003 Takaaki Uematsu <uema2x@jcom.home.ne.jp>
|
||||||
|
|
||||||
* wince/setup.mak: add sigmarionIII SDK support.
|
* wince/setup.mak: add sigmarionIII SDK support.
|
||||||
|
7
wince/mkconfig_wce.rb
Normal file
7
wince/mkconfig_wce.rb
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
f = File.open(ARGV[0], File::WRONLY|File::APPEND)
|
||||||
|
f.write <<EOM
|
||||||
|
class Object
|
||||||
|
remove_const :RUBY_PLATFORM
|
||||||
|
RUBY_PLATFORM = Config::CONFIG[\"RUBY_PLATFORM\"]
|
||||||
|
end
|
||||||
|
EOM
|
Loading…
x
Reference in New Issue
Block a user