[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [57218] trunk/blender/build_files/scons/ config/win32-mingw-config.py: Fix compilation on MinGW32 scons.

Antony Riakiotakis kalast at gmail.com
Mon Jun 3 08:40:25 CEST 2013


Revision: 57218
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=57218
Author:   psy-fi
Date:     2013-06-03 06:40:25 +0000 (Mon, 03 Jun 2013)
Log Message:
-----------
Fix compilation on MinGW32 scons. The compiled library there is already static, revert renaming of linked library

Modified Paths:
--------------
    trunk/blender/build_files/scons/config/win32-mingw-config.py

Modified: trunk/blender/build_files/scons/config/win32-mingw-config.py
===================================================================
--- trunk/blender/build_files/scons/config/win32-mingw-config.py	2013-06-03 05:19:10 UTC (rev 57217)
+++ trunk/blender/build_files/scons/config/win32-mingw-config.py	2013-06-03 06:40:25 UTC (rev 57218)
@@ -78,7 +78,7 @@
 WITH_BF_ZLIB = True
 BF_ZLIB = LIBDIR + '/zlib'
 BF_ZLIB_INC = '${BF_ZLIB}/include'
-BF_ZLIB_LIB = 'libz_st'
+BF_ZLIB_LIB = 'z'
 BF_ZLIB_LIBPATH = '${BF_ZLIB}/lib'
 
 WITH_BF_INTERNATIONAL = True




More information about the Bf-blender-cvs mailing list