pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r3244 - trunk/windows_installer


From: jsalmon3
Subject: [Pingus-CVS] r3244 - trunk/windows_installer
Date: Tue, 25 Sep 2007 04:54:13 +0200

Author: jsalmon3
Date: 2007-09-25 04:54:08 +0200 (Tue, 25 Sep 2007)
New Revision: 3244

Added:
   trunk/windows_installer/pingus.exe.config
Modified:
   trunk/windows_installer/release.sh
Log:
Added pingus.exe.config

Added: trunk/windows_installer/pingus.exe.config
===================================================================
--- trunk/windows_installer/pingus.exe.config   2007-09-23 14:59:28 UTC (rev 
3243)
+++ trunk/windows_installer/pingus.exe.config   2007-09-25 02:54:08 UTC (rev 
3244)
@@ -0,0 +1,10 @@
+<configuration>
+ <windows>
+  <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
+   <dependentAssembly>
+    <assemblyIdentity type="win32" name="Microsoft.VC80.CRT" 
processorArchitecture="x86" 
publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
+    <bindingRedirect oldVersion="8.0.41204.256-8.0.50727.762" 
newVersion="8.0.50727.762"/>
+   </dependentAssembly>
+  </assemblyBinding>
+ </windows>
+</configuration>

Modified: trunk/windows_installer/release.sh
===================================================================
--- trunk/windows_installer/release.sh  2007-09-23 14:59:28 UTC (rev 3243)
+++ trunk/windows_installer/release.sh  2007-09-25 02:54:08 UTC (rev 3244)
@@ -19,6 +19,7 @@
 cp Release/pingus.exe pingus
 cp ../windows_installer/*.dll pingus
 cp ../windows_installer/Microsoft.VC80.CRT.manifest pingus
+cp ../windows_installer/pingus.exe.config pingus
 
 echo "Creating installer"
 "c:/Program Files/NSIS/makensis.exe" /NOCD ../windows_installer/pingus.nsi





reply via email to

[Prev in Thread] Current Thread [Next in Thread]