summaryrefslogtreecommitdiff
path: root/Examples/python/import/Makefile
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2003-04-28 22:57:26 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2003-04-28 22:57:26 +0000
commit97565bb8a7ca56fd27768971adc75c3202fec0fc (patch)
tree6a4c72495731e7994dedfda832a61fd52b37ebd2 /Examples/python/import/Makefile
parent9e072243694c09c298332625544e2aaf732a1234 (diff)
downloadswig-97565bb8a7ca56fd27768971adc75c3202fec0fc.tar.gz
Fixes the runtime library examples to link with the runtime library. Required for Cygwin.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4734 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/python/import/Makefile')
-rw-r--r--Examples/python/import/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Examples/python/import/Makefile b/Examples/python/import/Makefile
index 780c87e88..8a643dfa2 100644
--- a/Examples/python/import/Makefile
+++ b/Examples/python/import/Makefile
@@ -1,8 +1,7 @@
TOP = ../..
SWIG = $(TOP)/../swig
SWIGOPT = -c
-#If your system requires linking with the runtime libraries then set the directory location here
-RUNTIMEDIR =
+RUNTIMEDIR = $(TOP)/../Runtime/.libs
all::
$(MAKE) -f $(TOP)/Makefile SWIG='$(SWIG)' SWIGOPT='$(SWIGOPT)' \