From 2cb2b508020bfcdaccbf7225f621bcdfd330c7bd Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Thu, 21 Dec 2006 15:49:16 -0800 Subject: move the swig initialization calls from src/sim/main.cc to src/python/swig/init.cc so that it's not as easy to forget about it when you add a new swig module. --HG-- extra : convert_revision : 5cc4ec0838e636aa761901effb8986de58d23e03 --- src/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'src/SConscript') diff --git a/src/SConscript b/src/SConscript index 178f5b345..6f323b938 100644 --- a/src/SConscript +++ b/src/SConscript @@ -128,6 +128,7 @@ base_sources = Split(''' mem/cache/cache_builder.cc + python/swig/init.cc python/swig/debug_wrap.cc python/swig/main_wrap.cc -- cgit v1.2.3