Mercurial > fife-parpg
comparison build/win32/create_documentation.bat @ 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 | 4a0efb7baf70 |
children | 5ab78cd39534 |
comparison
equal
deleted
inserted
replaced
198:c344836f4210 | 199:4ea1e0b56a07 |
---|---|
1 :: Users will need to change paths if they use custom MinGW, SCons, Python or SWIG versions that didn't ship with the SDK | 1 :: Users will need to change paths if they use custom MinGW, SCons, Python or SWIG versions that didn't ship with the SDK |
2 SET _=%CD% | 2 SET _=%CD% |
3 SET _SWIG="%_%\applications\swigwin-1.3.35" | 3 SET _SWIG="%_%\applications\swigwin-1.3.38" |
4 | 4 |
5 :: To avoid path collisions the following line was commented out and replaced with a slightly different version | 5 :: To avoid path collisions the following line was commented out and replaced with a slightly different version |
6 :: SET PATH=%Path%;%_%\applications\scons;%_%\applications\mingw\bin | 6 :: SET PATH=%Path%;%_%\applications\scons;%_%\applications\mingw\bin |
7 SET PATH=%Path%;%_%\applications\scons;%_%\applications\mingw\bin | 7 SET PATH=%Path%;%_%\applications\scons;%_%\applications\mingw\bin |
8 | 8 |