--- engine/SConscript.orig	2010-01-18 22:21:36.000000000 +0100
+++ engine/SConscript	2010-01-18 22:22:58.000000000 +0100
@@ -116,7 +116,7 @@
 if sys.platform != 'win32' and len(env['prefix']) > 0:
 	Import('install_targets')
 	Import('lib_dir')
-	install_targets.append(Install(lib_dir, bt))
+#	install_targets.append(Install(lib_dir, bt))
 else:
 	Install('#', bt[0])
 
--- clunk/SConscript.orig	2010-01-18 22:21:36.000000000 +0100
+++ clunk/SConscript	2010-01-18 22:23:41.000000000 +0100
@@ -33,6 +33,6 @@
 if sys.platform != 'win32' and len(env['prefix']) > 0:
 	Import('install_targets')
 	Import('lib_dir')
-	install_targets.append(Install(lib_dir, clunk))
+#	install_targets.append(Install(lib_dir, clunk))
 else:
 	Install('#', clunk[0])
--- mrt/SConscript.orig	2008-08-05 09:48:12.000000000 +0200
+++ mrt/SConscript	2010-01-18 22:23:18.000000000 +0100
@@ -23,6 +23,6 @@
 if sys.platform != 'win32' and env.has_key('prefix') and len(env['prefix']) > 0:
 	Import('install_targets')
 	Import('lib_dir')
-	install_targets.append(Install(lib_dir, mrt))
+#	install_targets.append(Install(lib_dir, mrt))
 else:
 	Install('#', mrt[0])
--- sdlx/SConscript.orig	2010-01-18 22:21:36.000000000 +0100
+++ sdlx/SConscript	2010-01-18 22:25:42.000000000 +0100
@@ -57,6 +57,6 @@
 if sys.platform != 'win32' and len(env['prefix']) > 0:
 	Import('install_targets')
 	Import('lib_dir')
-	install_targets.append(Install(lib_dir, sdlx))
+#	install_targets.append(Install(lib_dir, sdlx))
 else:
 	Install('#', sdlx[0])
