[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [21760] branches/soundsystem/config/ win32-vc-config.py: with correct libname it even links properly

Nathan Letwory jesterking at letwory.net
Tue Jul 21 13:51:43 CEST 2009


Revision: 21760
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21760
Author:   jesterking
Date:     2009-07-21 13:51:43 +0200 (Tue, 21 Jul 2009)

Log Message:
-----------
with correct libname it even links properly

Modified Paths:
--------------
    branches/soundsystem/config/win32-vc-config.py

Modified: branches/soundsystem/config/win32-vc-config.py
===================================================================
--- branches/soundsystem/config/win32-vc-config.py	2009-07-21 11:48:58 UTC (rev 21759)
+++ branches/soundsystem/config/win32-vc-config.py	2009-07-21 11:51:43 UTC (rev 21760)
@@ -37,7 +37,7 @@
 
 BF_LIBSAMPLERATE = LIBDIR + '/samplerate'
 BF_LIBSAMPLERATE_INC = '${BF_LIBSAMPLERATE}/include'
-BF_LIBSAMPLERATE_LIB = 'samplerate'
+BF_LIBSAMPLERATE_LIB = 'libsamplerate'
 BF_LIBSAMPLERATE_LIBPATH = '${BF_LIBSAMPLERATE}/lib'
 
 WITH_BF_SDL = True





More information about the Bf-blender-cvs mailing list