Now using the MT tool for embedding the Manifest.

This commit is contained in:
LoRd_MuldeR 2015-10-15 21:20:06 +02:00
parent 94e8b2c4fc
commit cf85dd8300
6 changed files with 12 additions and 5 deletions

View File

@ -84,10 +84,8 @@
;Manifest
;--------------------------------
!packhdr "$%TEMP%\~exehead.tmp" `"..\Utilities\ResHacker.exe" -addoverwrite "$%TEMP%\~exehead.tmp", "$%TEMP%\~exehead.tmp", "setup.manifest", 24,1,1033`
!delfile "..\Utilities\ResHacker.log"
!delfile "..\Utilities\ResHacker.ini"
!tempfile PACKHDRTEMP
!packhdr "${PACKHDRTEMP}" '"..\Utilities\MT.exe" -manifest "setup.manifest" -outputresource:"${PACKHDRTEMP};1"'
;--------------------------------

BIN
etc/Utilities/MT.exe Normal file

Binary file not shown.

View File

@ -0,0 +1,9 @@
<?xml version ="1.0"?>
<!-- This allows mt.exe to run on machines with the CLR v4 installed but not 1.1 or 2.0 -->
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0"/>
<supportedRuntime version="v2.0.50727"/>
<supportedRuntime version="v1.1.4322"/>
</startup>
</configuration>

Binary file not shown.

BIN
res/sha1.exe Normal file

Binary file not shown.

View File

@ -35,7 +35,7 @@
#define VER_LAMEXP_MINOR_LO 2
#define VER_LAMEXP_TYPE RC
#define VER_LAMEXP_PATCH 2
#define VER_LAMEXP_BUILD 1807
#define VER_LAMEXP_BUILD 1808
#define VER_LAMEXP_CONFG 1700
///////////////////////////////////////////////////////////////////////////////