* win32/Makefile.sub (TEST_RUNNABLE): follow r24209.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24217 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9009b471da
commit
3f0308dbf1
@ -1,3 +1,7 @@
|
|||||||
|
Tue Jul 21 13:35:21 2009 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
|
* win32/Makefile.sub (TEST_RUNNABLE): follow r24209.
|
||||||
|
|
||||||
Tue Jul 21 12:45:31 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Tue Jul 21 12:45:31 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* gc.c (rb_gc_enable, rb_gc_disable): should return Qtrue/Qfalse.
|
* gc.c (rb_gc_enable, rb_gc_disable): should return Qtrue/Qfalse.
|
||||||
|
@ -76,6 +76,9 @@ MV = move > nul
|
|||||||
!if !defined(BASERUBY)
|
!if !defined(BASERUBY)
|
||||||
BASERUBY = ruby
|
BASERUBY = ruby
|
||||||
!endif
|
!endif
|
||||||
|
!if !defined(TEST_RUNNABLE)
|
||||||
|
TEST_RUNNABLE = yes
|
||||||
|
!endif
|
||||||
|
|
||||||
!if !defined(PROCESSOR_ARCHITECTURE)
|
!if !defined(PROCESSOR_ARCHITECTURE)
|
||||||
PROCESSOR_ARCHITECTURE = x86
|
PROCESSOR_ARCHITECTURE = x86
|
||||||
|
Loading…
x
Reference in New Issue
Block a user