[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [22097] branches/soundsystem: Windows build system update.

Jörg Müller nexyon at gmail.com
Sat Aug 1 00:58:22 CEST 2009


Revision: 22097
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=22097
Author:   nexyon
Date:     2009-08-01 00:58:22 +0200 (Sat, 01 Aug 2009)

Log Message:
-----------
Windows build system update.

Modified Paths:
--------------
    branches/soundsystem/config/win32-mingw-config.py
    branches/soundsystem/config/win64-vc-config.py
    branches/soundsystem/source/creator/CMakeLists.txt

Modified: branches/soundsystem/config/win32-mingw-config.py
===================================================================
--- branches/soundsystem/config/win32-mingw-config.py	2009-07-31 22:13:48 UTC (rev 22096)
+++ branches/soundsystem/config/win32-mingw-config.py	2009-07-31 22:58:22 UTC (rev 22097)
@@ -29,9 +29,9 @@
 BF_FFMPEG_LIBPATH = LIBDIR + '/gcc/ffmpeg/lib'
 BF_FFMPEG_INC =  LIBDIR + '/gcc/ffmpeg/include'
 
-BF_LIBSAMPLERATE = LIBDIR + '/SRC'
+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

Modified: branches/soundsystem/config/win64-vc-config.py
===================================================================
--- branches/soundsystem/config/win64-vc-config.py	2009-07-31 22:13:48 UTC (rev 22096)
+++ branches/soundsystem/config/win64-vc-config.py	2009-07-31 22:58:22 UTC (rev 22097)
@@ -35,9 +35,9 @@
 BF_ICONV_LIB = 'iconv'
 BF_ICONV_LIBPATH = '${BF_ICONV}/lib'
 
-BF_LIBSAMPLERATE = LIBDIR + '/SRC'
+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

Modified: branches/soundsystem/source/creator/CMakeLists.txt
===================================================================
--- branches/soundsystem/source/creator/CMakeLists.txt	2009-07-31 22:13:48 UTC (rev 22096)
+++ branches/soundsystem/source/creator/CMakeLists.txt	2009-07-31 22:58:22 UTC (rev 22097)
@@ -174,6 +174,7 @@
     COMMAND copy /Y \"${WIN_LIBDIR}\\python\\lib\\python26.dll\" \"${TARGETDIR}\\\"
     COMMAND copy /Y \"${WIN_LIBDIR}\\python\\lib\\python26_d.dll\" \"${TARGETDIR}\\\"
     COMMAND copy /Y \"${WIN_LIBDIR}\\pthreads\\lib\\pthreadVC2.dll\" \"${TARGETDIR}\\\"
+    COMMAND copy /Y \"${WIN_LIBDIR}\\samplerate\\lib\\libsamplerate-0.dll\" \"${TARGETDIR}\\\"
   )
 
   IF(WITH_INTERNATIONAL)





More information about the Bf-blender-cvs mailing list