diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-01-05 01:40:24 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-01-05 01:40:24 +0000 |
| commit | 7f4c466ae9c2c9b08a06c933f3838b0700d9a8cd (patch) | |
| tree | 1cb15b97b59f3abc62c35b7691b8a5ececdbdc7d /win32 | |
| parent | e9fcd84ff513ccb23ed5260f7404fa51634e21d5 (diff) | |
| download | ruby-7f4c466ae9c2c9b08a06c933f3838b0700d9a8cd.tar.gz ruby-7f4c466ae9c2c9b08a06c933f3838b0700d9a8cd.tar.xz ruby-7f4c466ae9c2c9b08a06c933f3838b0700d9a8cd.zip | |
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@3290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/Makefile.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub index ca41c9d7b..57add88df 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -81,7 +81,7 @@ DESTDIR = $(prefix) CFLAGS = -MD $(DEBUGFLAGS) $(OPTFLAGS) $(PROCESSOR_FLAG) !endif !if !defined(CPPFLAGS) -CPPFLAGS = -I. -I$(srcdir) -I$(srcdir)/missing -DLIBRUBY_SO=\"$(LIBRUBY_SO)\" +CPPFLAGS = -I. -I$(srcdir) -I$(srcdir)/missing !endif !if !defined(XLDFLAGS) XLDFLAGS = @@ -183,7 +183,7 @@ dll: $(LIBRUBY_SO) config: config.h config.status -config.h: Makefile $(srcdir)/win32/Makefile.sub +config.h: @echo Creating <<$@ #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 |
