diff --git a/docs/rh-log.txt b/docs/rh-log.txt index 5a37ca5c8..8a7a145ae 100644 --- a/docs/rh-log.txt +++ b/docs/rh-log.txt @@ -1,3 +1,10 @@ +December 3, 2006 +- Modified the trustInfo for updaterevision.exe so that it should be + fine even with the buggy mt.exe that comes with Visual C++ 2005. + (Note that the Platform SDK for Windows Server 2003 R2, and later + versions of the Windows SDK also come with a working mt.exe that + work fine with the old trustInfo.) + December 2, 2006 (Changes by Graf Zahl) - Converted the Heretic sound sequences and the particle fountains to DECORATE. - Added DECORATE support for setting an actor's args. If this is done diff --git a/tools/updaterevision/trustinfo.txt b/tools/updaterevision/trustinfo.txt index a3ae44f0e..3fa47088b 100644 --- a/tools/updaterevision/trustinfo.txt +++ b/tools/updaterevision/trustinfo.txt @@ -1,14 +1,16 @@ + + Update svnrevision.h for the ZDoom source build process. - - - - - - - + + + + + + + diff --git a/tools/updaterevision/updaterevision.c b/tools/updaterevision/updaterevision.c index 4e498118d..d601c26ef 100644 --- a/tools/updaterevision/updaterevision.c +++ b/tools/updaterevision/updaterevision.c @@ -3,23 +3,6 @@ * Public domain. This program uses the svnversion command to get the * repository revision for a particular directory and writes it into * a header file so that it can be used as a project's build number. - * - * VERY IMPORTANT: - * - * When building with Visual Studio 2005, you must copy - * the mt.exe from %VSINSTALLDIR%\Common7\Tools\bin on top of the version - * in %VSINSTALLDIR%\VC\bin or your computer may restart while building. - * This is due to the interaction of two separate bugs in both the old - * mt.exe installed in the VC\bin directory and the loader in XP SP2. - * Microsoft has a hotfix for XP SP2 but has yet to release it to the - * general public, but fortunately they already have a fixed mt.exe - * available. - * - * To check that you have done this correctly, the project is now set to - * have the manifest tool output its version when it executes. The buggy - * version is 5.2.3790.2014, and the fixed version is 6.0.4071.0. - * - * Ignore any warnings about Unrecognized Element "trustInfo". */ #define _CRT_SECURE_NO_DEPRECATE diff --git a/tools/updaterevision/updaterevision.vcproj b/tools/updaterevision/updaterevision.vcproj index cfc90e1fc..88f4a5197 100644 --- a/tools/updaterevision/updaterevision.vcproj +++ b/tools/updaterevision/updaterevision.vcproj @@ -27,7 +27,7 @@ > + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - -