← Back to team overview

linuxdcpp-team team mailing list archive

[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2551: mingwm10.dll is no longer required by -mthreads

 

------------------------------------------------------------
revno: 2551
committer: poy <poy@xxxxxxxxxx>
branch nick: trunk
timestamp: Sat 2011-06-04 21:55:52 +0200
message:
  mingwm10.dll is no longer required by -mthreads
removed:
  mingwm10.dll
modified:
  installer/DCPlusPlus.nsi


--
lp:dcplusplus
https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk

Your team Dcplusplus-team is subscribed to branch lp:dcplusplus.
To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== modified file 'installer/DCPlusPlus.nsi'
--- installer/DCPlusPlus.nsi	2011-06-01 15:46:26 +0000
+++ installer/DCPlusPlus.nsi	2011-06-04 19:55:52 +0000
@@ -99,7 +99,6 @@
   File "License.txt"
   File "LICENSE-GeoIP.txt"
   File "LICENSE-OpenSSL.txt"
-  File "mingwm10.dll"
 
   ; Add the whole locale directory
   File /r "locale"
@@ -203,7 +202,7 @@
   Delete "$INSTDIR\License.txt"
   Delete "$INSTDIR\LICENSE-GeoIP.txt"
   Delete "$INSTDIR\LICENSE-OpenSSL.txt"
-  Delete "$INSTDIR\mingwm10.dll"
+  Delete "$INSTDIR\mingwm10.dll" ; no longer required, remove if present.
   Delete "$INSTDIR\GeoIPCountryWhois.csv"
 
   ; Delete the whole locale directory

=== removed file 'mingwm10.dll'
Binary files mingwm10.dll	2011-06-04 18:26:04 +0000 and mingwm10.dll	1970-01-01 00:00:00 +0000 differ