From b544dd64f487e7eef24a6a83cb930087d1ddd18e Mon Sep 17 00:00:00 2001 From: sbund <sbund@wiback.org> Date: Mon, 24 Jul 2006 11:33:05 +0000 Subject: [PATCH] Adjust scons files to new SatSCons structure --- Utils/SConscript | 3 ++- Utils/impl/.sconsign | 4 ---- 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 Utils/impl/.sconsign diff --git a/Utils/SConscript b/Utils/SConscript index c1fce8a72..81cb37c6b 100644 --- a/Utils/SConscript +++ b/Utils/SConscript @@ -3,4 +3,5 @@ import SatSCons ########################################################################### -SatSCons.StandardLib(env, 'Utils', SatSCons.GlobSources()) +SatSCons.StandardTargets(env) +SatSCons.Lib(env, 'Utils', SatSCons.GlobSources()) diff --git a/Utils/impl/.sconsign b/Utils/impl/.sconsign deleted file mode 100644 index abd844a6a..000000000 --- a/Utils/impl/.sconsign +++ /dev/null @@ -1,4 +0,0 @@ -}qU -membind.hhq(cSCons.Node.FS -BuildInfo -qoq}q(U timestampqJL„ìCUcsigqU 7568d4c7a49135b8def1eae0e4f704efqubs. \ No newline at end of file -- GitLab