# HG changeset patch # User vtchill@33b003aa-7bff-0310-803a-e67f0ece8222 # Date 1236909484 0 # Node ID 4ea1e0b56a071cc26809109adb57f186f150e27e # Parent c344836f42100470fd80e7c2fbc0e70c713221b1 fixes based on the updated SDK from barra. These scripts were still trying to use swig 1.3.35 and in the new SDK swig was updated to 1.3.38 diff -r c344836f4210 -r 4ea1e0b56a07 build/win32/create_documentation.bat --- a/build/win32/create_documentation.bat Thu Mar 12 17:43:59 2009 +0000 +++ b/build/win32/create_documentation.bat Fri Mar 13 01:58:04 2009 +0000 @@ -1,6 +1,6 @@ :: Users will need to change paths if they use custom MinGW, SCons, Python or SWIG versions that didn't ship with the SDK SET _=%CD% -SET _SWIG="%_%\applications\swigwin-1.3.35" +SET _SWIG="%_%\applications\swigwin-1.3.38" :: To avoid path collisions the following line was commented out and replaced with a slightly different version :: SET PATH=%Path%;%_%\applications\scons;%_%\applications\mingw\bin diff -r c344836f4210 -r 4ea1e0b56a07 build/win32/update_project_files.bat --- a/build/win32/update_project_files.bat Thu Mar 12 17:43:59 2009 +0000 +++ b/build/win32/update_project_files.bat Fri Mar 13 01:58:04 2009 +0000 @@ -1,6 +1,6 @@ :: Users will need to change paths if they use custom MinGW, SCons, Python or SWIG versions that didn't ship with the SDK SET _=%CD% -SET _SWIG="%_%\applications\swigwin-1.3.35" +SET _SWIG="%_%\applications\swigwin-1.3.38" :: To avoid path collisions the following line was commented out and replaced with a slightly different version :: SET PATH=%Path%;%_%\applications\scons;%_%\applications\mingw\bin