From 9caca17d42da338ed2f7e28e060e5ccd522562d2 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 20 Apr 2005 14:25:34 +0000 Subject: * Makefile.in, common.mk: miniruby depens on MINIOBJS. * dmydln.c (dln_load): dummy function to raise LoadError. * cygwin/GNUmakefile.in, {bcc32,win32,wince}/Makefile.sub: miniruby can't load extensions on Windows. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8364 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- dmydln.c | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 dmydln.c (limited to 'dmydln.c') diff --git a/dmydln.c b/dmydln.c new file mode 100644 index 000000000..09ea06806 --- /dev/null +++ b/dmydln.c @@ -0,0 +1,2 @@ +#define NO_DLN_LOAD 1 +#include "dln.c" -- cgit