From f9b349adb53b02ed1b3565be5b06e4881b0cdd41 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 28 Feb 2007 01:33:57 +0000 Subject: * Makefile.in, configure.in, */Makefile.sub (THREAD_MODEL): system specific thread model. * compile.h, regint.h, vm.h, array.c: removed unnecessary #include. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 1 + 1 file changed, 1 insertion(+) (limited to 'win32') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 49f6a7d854..011918b29a 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -183,6 +183,7 @@ LIBRUBY_A = $(RUBY_SO_NAME)-static.lib LIBRUBY_SO = $(RUBY_SO_NAME).dll LIBRUBY = $(RUBY_SO_NAME).lib LIBRUBYARG = $(LIBRUBY) +THREAD_MODEL = win32 PREP = miniruby$(EXEEXT) -- cgit v1.2.3