mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ruby.c (ruby_init_loadpath): under Windows, get the module
path from an internal address instead of hard coded library name. * cygwin/GNUmakefile.in, bcc32/Makefile.sub, win32/Makefile.sub (CPPFLAGS): removed LIBRUBY_SO macro. * bcc32/Makefile.sub, win32/Makefile.sub (config.h): no longer depends on makefiles. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
af8250ec34
commit
10c93d6c74
5 changed files with 22 additions and 11 deletions
|
|
@ -2,9 +2,7 @@ include Makefile
|
|||
|
||||
ENABLE_SHARED=@ENABLE_SHARED@
|
||||
|
||||
ifeq ($(ENABLE_SHARED),yes)
|
||||
CPPFLAGS += -DLIBRUBY_SO=\"$(LIBRUBY_SO)\"
|
||||
else
|
||||
ifneq ($(ENABLE_SHARED),yes)
|
||||
RUBY_EXP = $(RUBY_INSTALL_NAME).exp
|
||||
EXTOBJS = $(RUBY_EXP)
|
||||
LIBRUBYARG = $(LIBRUBY_A)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue