# HG changeset patch # User cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222 # Date 1295803140 0 # Node ID ae479ce3f7626d9466be9e423916ddd764bc17e5 # Parent 55c1baa3cb48a2cc82973d4aac229a2b078266ed Win32 build system: * Fixed a build error on updating project files. This was caused by not installing the mingw part in the devkit installer. * Updated some references to python26 to python27 diff -r 55c1baa3cb48 -r ae479ce3f762 build/win32/build_environments/code_blocks/core_tests++.cbp --- a/build/win32/build_environments/code_blocks/core_tests++.cbp Mon Dec 06 21:47:14 2010 +0000 +++ b/build/win32/build_environments/code_blocks/core_tests++.cbp Sun Jan 23 17:19:00 2011 +0000 @@ -39,7 +39,7 @@ - + @@ -66,7 +66,7 @@ - + diff -r 55c1baa3cb48 -r ae479ce3f762 build/win32/build_environments/scons/copy_dlls.bat --- a/build/win32/build_environments/scons/copy_dlls.bat Mon Dec 06 21:47:14 2010 +0000 +++ b/build/win32/build_environments/scons/copy_dlls.bat Sun Jan 23 17:19:00 2011 +0000 @@ -2,8 +2,8 @@ if not defined xcopy goto :noxcopy xcopy "..\..\binaries\mingw\*.dll" "..\..\..\..\engine\python\fife" /e /c /i /q /y -if "%1" == "install" xcopy "..\..\binaries\mingw\*.dll" "C:\Python26\Lib\site-packages\fife" /e /c /i /q /y +if "%1" == "install" xcopy "..\..\binaries\mingw\*.dll" "C:\Python27\Lib\site-packages\fife" /e /c /i /q /y :noxcopy %SystemRoot%\system32\xcopy "..\..\binaries\mingw\*.dll" "..\..\..\..\engine\python\fife" /e /c /i /q /y -if "%1" == "install" %SystemRoot%\system32\xcopy "..\..\binaries\mingw\*.dll" "C:\Python26\Lib\site-packages\fife" /e /c /i /q /y +if "%1" == "install" %SystemRoot%\system32\xcopy "..\..\binaries\mingw\*.dll" "C:\Python27\Lib\site-packages\fife" /e /c /i /q /y diff -r 55c1baa3cb48 -r ae479ce3f762 build/win32/build_environments/visual_studio_8/unittest_template.xml --- a/build/win32/build_environments/visual_studio_8/unittest_template.xml Mon Dec 06 21:47:14 2010 +0000 +++ b/build/win32/build_environments/visual_studio_8/unittest_template.xml Sun Jan 23 17:19:00 2011 +0000 @@ -41,7 +41,7 @@ - + diff -r 55c1baa3cb48 -r ae479ce3f762 build/win32/build_environments/visual_studio_9/Fife_UnitTest.vcproj --- a/build/win32/build_environments/visual_studio_9/Fife_UnitTest.vcproj Mon Dec 06 21:47:14 2010 +0000 +++ b/build/win32/build_environments/visual_studio_9/Fife_UnitTest.vcproj Sun Jan 23 17:19:00 2011 +0000 @@ -41,7 +41,7 @@