Mercurial > fife-parpg
annotate patches/patches-info.txt @ 281:0b9b493138a8
* Updated the information text file with some more detailed info about the patch and why it can't be applied to trunk at the moment
* SVN eol style fixes
author | mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Tue, 16 Jun 2009 18:57:56 +0000 |
parents | d70788eaa5d2 |
children |
rev | line source |
---|---|
281
0b9b493138a8
* Updated the information text file with some more detailed info about the patch and why it can't be applied to trunk at the moment
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
279
diff
changeset
|
1 == scons-warnings-patch.diff == |
0b9b493138a8
* Updated the information text file with some more detailed info about the patch and why it can't be applied to trunk at the moment
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
279
diff
changeset
|
2 * Patch to address Scons warnings that occur in combination with the latest official SCons release 1.2.0 |
0b9b493138a8
* Updated the information text file with some more detailed info about the patch and why it can't be applied to trunk at the moment
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
279
diff
changeset
|
3 * Warning: applying this patch will break the build process in combination with older SCons releases! E.g. 0.9.7. Therefore it will not work in combination with the latest official win32 compile SDK. |
0b9b493138a8
* Updated the information text file with some more detailed info about the patch and why it can't be applied to trunk at the moment
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
279
diff
changeset
|
4 * Here comes the punchline: we would like to update the Win32 SDK with the latest SCons release as soon as possible. Unfortunately SCons doesn't seem to work too well in combination with any batch scripts on win32 as SCons itself relies on batch script functionality in its win32 version. We're currently using something called "scons.exe", a standalone version of SCons created with the help of py2exe. So we basically got two options to upgrade the compile SDK to the latest SCons release: |
0b9b493138a8
* Updated the information text file with some more detailed info about the patch and why it can't be applied to trunk at the moment
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
279
diff
changeset
|
5 *# Work out a way to get the official SCons release working in combination with batch scripts on Win32. |
0b9b493138a8
* Updated the information text file with some more detailed info about the patch and why it can't be applied to trunk at the moment
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
279
diff
changeset
|
6 *# Compile a standalone version of SCons with the help of py2exe or a similar tool. If anyone wants to try his / her luck, you can get a pointer how to get started at the SCons.exe project page: http://developer.berlios.de/projects/sconsexe/ |
0b9b493138a8
* Updated the information text file with some more detailed info about the patch and why it can't be applied to trunk at the moment
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
279
diff
changeset
|
7 * Until we were able to get a more recent version of SCons working on Win32, this patch won't be applied to trunk. |