[idlescreen commit] r205 - Updated to include msvcp71.dll and msvcr71.dll, in order to address issue #24.

3 views
Skip to first unread message

codesite...@google.com

unread,
Jul 6, 2009, 12:58:24 PM7/6/09
to dev-idl...@googlegroups.com
Author: jeff.backus
Date: Mon Jul 6 07:17:17 2009
New Revision: 205

Modified:
trunk/win32_installer/installer.nsi

Log:
Updated to include msvcp71.dll and msvcr71.dll, in order to address issue
#24.

Modified: trunk/win32_installer/installer.nsi
==============================================================================
--- trunk/win32_installer/installer.nsi (original)
+++ trunk/win32_installer/installer.nsi Mon Jul 6 07:17:17 2009
@@ -115,6 +115,10 @@
File "${QTDIR}\lib\QtCore4.dll"
File "${QTDIR}\lib\QtGui4.dll"
File "${QTDIR}\lib\QtXml4.dll"
+ # these files apparently aren't on all windows installations...
+ File "${SYSDIR}\msvcp71.dll"
+ File "${SYSDIR}\msvcr71.dll"
+

# plug ins
File "${QTDIR}\plugins\imageformats\qgif?.dll"

Reply all
Reply to author
Forward
0 new messages