From 14b6fd12099e23076464cfc4fb6fddf76113ad87 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Fri, 10 Nov 2006 17:59:40 +0000 Subject: Tweaks for ICONV stuff in scons. Kent --- SConstruct | 2 ++ 1 file changed, 2 insertions(+) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 017fed45921..b5fb4d7d4ac 100644 --- a/SConstruct +++ b/SConstruct @@ -368,6 +368,8 @@ if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw'): dllsources += ['${LCGDIR}/pthreads/lib/pthreadGC2.dll'] else: dllsources += ['${LCGDIR}/pthreads/lib/pthreadVC2.dll'] + if env['WITH_BF_ICONV']: + dllsources += ['${LCGDIR}/iconv/lib/iconv.dll'] windlls = env.Install(dir=env['BF_INSTALLDIR'], source = dllsources) allinstall += windlls -- cgit v1.2.3