diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-19 05:48:14 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-19 05:48:14 +0000 |
| commit | 617abc091ea08c03e1f69277e6a1cb20f68c4513 (patch) | |
| tree | 84e1e4fe2fc00341d7253e24221a2412e21b2144 /win32 | |
| parent | fbceb40b901b71b0066c33ce96db8647cd3a31c8 (diff) | |
| download | ruby-617abc091ea08c03e1f69277e6a1cb20f68c4513.tar.gz ruby-617abc091ea08c03e1f69277e6a1cb20f68c4513.tar.xz ruby-617abc091ea08c03e1f69277e6a1cb20f68c4513.zip | |
* configure.in, */Makefile.sub (LOAD_RELATIVE): moved from ruby.c
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22436 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/Makefile.sub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 765951be8..8af191e1f 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -488,6 +488,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub !endif #define CANONICALIZATION_FOR_MATHN 1 #define DEFAULT_KCODE KCODE_NONE +#define LOAD_RELATIVE 1 #define DLEXT ".so" #define RUBY_LIB_VERSION STRINGIZE(RUBY_VERSION_MAJOR)"."STRINGIZE(RUBY_VERSION_MINOR)"."STRINGIZE(RUBY_VERSION_TEENY) #define RUBY_LIB_PREFIX "/lib/$(RUBY_INSTALL_NAME)" |
