From: <man...@us...> - 2015-05-15 06:17:49
|
Revision: 5096 http://sourceforge.net/p/modplug/code/5096 Author: manxorist Date: 2015-05-15 06:17:44 +0000 (Fri, 15 May 2015) Log Message: ----------- [Ref] build: As we do not support any old compiler without manifest tool (mt.exe) support, there is no need to include the application manifest as RT_MANIFEST resource #1 via the resource compiler. The manifest tool will overwrite it anyway. The application manifest gets already included via the additional manifest functionality of the manifest tool. Thus, remove th RT_MANIFEST resource in mptrack.rc. The resulting binary does not change. Modified Paths: -------------- trunk/OpenMPT/mptrack/mptrack.rc Modified: trunk/OpenMPT/mptrack/mptrack.rc =================================================================== --- trunk/OpenMPT/mptrack/mptrack.rc 2015-05-14 17:28:16 UTC (rev 5095) +++ trunk/OpenMPT/mptrack/mptrack.rc 2015-05-15 06:17:44 UTC (rev 5096) @@ -2921,13 +2921,6 @@ ///////////////////////////////////////////////////////////////////////////// // -// RT_MANIFEST -// - -1 RT_MANIFEST "res\\rt_manif.bin" - -///////////////////////////////////////////////////////////////////////////// -// // KEYBINDINGS // This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |