[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [21364] trunk/blender/source/blender/src/ header_info.c: saving runtime on win32 didnt work with python2.6

Campbell Barton ideasman42 at gmail.com
Sat Jul 4 14:41:36 CEST 2009


Revision: 21364
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21364
Author:   campbellbarton
Date:     2009-07-04 14:41:34 +0200 (Sat, 04 Jul 2009)

Log Message:
-----------
saving runtime on win32 didnt work with python2.6

Modified Paths:
--------------
    trunk/blender/source/blender/src/header_info.c

Modified: trunk/blender/source/blender/src/header_info.c
===================================================================
--- trunk/blender/source/blender/src/header_info.c	2009-07-04 12:09:21 UTC (rev 21363)
+++ trunk/blender/source/blender/src/header_info.c	2009-07-04 12:41:34 UTC (rev 21364)
@@ -566,7 +566,7 @@
 static void copy_all_game_dlls(char *str)
 {
 #define GAME_DLL_COUNT		17
-	char *game_dll_list[GAME_DLL_COUNT]={"avcodec-52.dll", "avdevice-52.dll", "avformat-52.dll", "avutil-50.dll", "libfaac-0.dll", "libfaad-2.dll", "libmp3lame-0.dll", "libx264-67.dll", "swscale-0.dll", "xvidcore.dll", "gnu_gettext.dll", "libtiff.dll", "python25.dll", "SDL.dll", "pthreadVC2.dll", "libpng.dll", "zlib.dll"};
+	char *game_dll_list[GAME_DLL_COUNT]={"avcodec-52.dll", "avdevice-52.dll", "avformat-52.dll", "avutil-50.dll", "libfaac-0.dll", "libfaad-2.dll", "libmp3lame-0.dll", "libx264-67.dll", "swscale-0.dll", "xvidcore.dll", "gnu_gettext.dll", "libtiff.dll", "python26.dll", "SDL.dll", "pthreadVC2.dll", "libpng.dll", "zlib.dll"};
 
 	char dest_dir[FILE_MAX];
 	char source_dir[FILE_MAX];





More information about the Bf-blender-cvs mailing list