summaryrefslogtreecommitdiffstats
path: root/cygwin
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-01-08 05:00:25 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-01-08 05:00:25 +0000
commitee08592d029fdb8fcaab6eafded3d5bc22804d41 (patch)
treef12f100a2b4900f3533586fa342cad65713f7855 /cygwin
parent0f1af179529faf45c3e11a80f26877b9ea1bf910 (diff)
downloadruby-ee08592d029fdb8fcaab6eafded3d5bc22804d41.tar.gz
ruby-ee08592d029fdb8fcaab6eafded3d5bc22804d41.tar.xz
ruby-ee08592d029fdb8fcaab6eafded3d5bc22804d41.zip
2000-01-08
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'cygwin')
-rw-r--r--cygwin/GNUmakefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/cygwin/GNUmakefile.in b/cygwin/GNUmakefile.in
index 06aa54df6..b0bd0c72d 100644
--- a/cygwin/GNUmakefile.in
+++ b/cygwin/GNUmakefile.in
@@ -4,5 +4,6 @@ RUBYCWDLL=rubycw.dll
miniruby$(EXEEXT): $(RUBYCWDLL)
+$(RUBYCWDLL): $(OBJS) dmyext.o
$(LDSHARED) $(DLDFLAGS) -o $(RUBYCWDLL) --output-lib=$(LIBRUBY_SO) --dllname=$(RUBYCWDLL) -Wl,-e,__cygwin_noncygwin_dll_entry@12 --add-stdcall-alias $(OBJS) dmyext.o
@NM@ --extern-only $(OBJS) dmyext.o | sed -n '/^........ [CD] _\(.*\)$$/s//#define \1 (*__imp_\1)/p' >import.h