From d8c19c3e6e86eeeafe7b438dae8e872759bd48a6 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 6 Feb 2018 18:59:18 +0000 Subject: mjit mswin support (WIP) * win32/Makefile.sub (LIBRUBYARG_SHARED): define for MJIT because it is used in common.mk. * mjit.c (make_pch): skip temporary for mswin. * mjit.c (compile_c_to_so, init_header_filename, mjit_init): mswin support. * mjig_compile.c (mjit_compile): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62267 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 1 + 1 file changed, 1 insertion(+) (limited to 'win32/Makefile.sub') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 7153612519..4e143af419 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -354,6 +354,7 @@ LIBRUBY_SO = $(RUBY_SO_NAME).dll LIBRUBY_SONAME= $(RUBY_SO_NAME).dll LIBRUBY = $(RUBY_SO_NAME).lib LIBRUBYARG = $(LIBRUBY) +LIBRUBYARG_SHARED = $(LIBRUBY) LIBRUBY_RELATIVE = yes THREAD_MODEL = win32 -- cgit v1.2.3