Mercurial > fife-parpg
changeset 199:4ea1e0b56a07
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
author | vtchill@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Fri, 13 Mar 2009 01:58:04 +0000 |
parents | c344836f4210 |
children | 084004e91d62 |
files | build/win32/create_documentation.bat build/win32/update_project_files.bat |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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