From 10c93d6c7469e0b33f268c86e61ff87eb9ccbb9e Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 5 Jan 2003 01:40:24 +0000 Subject: * 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 --- bcc32/Makefile.sub | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bcc32') diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 3023a77537..965f564ce8 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -90,7 +90,7 @@ DESTDIR = $(prefix) CFLAGS = -q $(DEBUGFLAGS) $(OPTFLAGS) $(PROCESSOR_FLAG) -w- !endif !ifndef CPPFLAGS -CPPFLAGS = -I. -I$(srcdir) -I$(srcdir)missing -DLIBRUBY_SO=\"$(LIBRUBY_SO)\" +CPPFLAGS = -I. -I$(srcdir) -I$(srcdir)missing !endif !ifndef LDFLAGS LDFLAGS = -S:$(STACK) @@ -193,7 +193,7 @@ dll: $(LIBRUBY_SO) config: config.h config.status -config.h: Makefile $(srcdir)bcc32/Makefile.sub +config.h: @echo Creating $(@:.\=) @type > $@ &&| \#define HAVE_PROTOTYPES 1 -- cgit v1.2.3