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
path: root/config
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2006-03-16 22:16:26 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2006-03-16 22:16:26 +0300
commitfd54be1d466df2074886379cc23d350444481af4 (patch)
tree2e1256a52267a69e6703507271c26dfdfddc3377 /config
parente4439dd0502461332e67854215f3b35381031f5a (diff)
==SCons==
* Link to png_st. Jens reported linking with dynamic lib crashed, but with static doesn't.
Diffstat (limited to 'config')
-rw-r--r--config/win32-vc-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/win32-vc-config.py b/config/win32-vc-config.py
index f7b857d90d8..0a9a1262264 100644
--- a/config/win32-vc-config.py
+++ b/config/win32-vc-config.py
@@ -47,7 +47,7 @@ BF_JPEG_LIBPATH = '${BF_JPEG}/lib'
WITH_BF_PNG = 'true'
BF_PNG = LCGDIR + '/png'
BF_PNG_INC = '${BF_PNG}/include'
-BF_PNG_LIB = 'libpng'
+BF_PNG_LIB = 'libpng_st'
BF_PNG_LIBPATH = '${BF_PNG}/lib'
BF_TIFF = LCGDIR + '/tiff'