Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2006-11-10 20:59:40 +0300
committerKent Mein <mein@cs.umn.edu>2006-11-10 20:59:40 +0300
commit14b6fd12099e23076464cfc4fb6fddf76113ad87 (patch)
treee1ac25fc1bc7878c6dc346eb404d05e6bd425ba6 /SConstruct
parentba0d87474c1f985e534a427d99df30f3343183af (diff)
Tweaks for ICONV stuff in scons.
Kent
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 2 insertions, 0 deletions
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