Revision 1840 trunk/nntpgrab_x64.nsi

nntpgrab_x64.nsi (revision 1840)
96 96
  File "dist\bin\libgcrypt-11.dll"
97 97
  File "dist\bin\libgnutls-26.dll"
98 98

                
99
  # Start OpenSSL libraries
100
  File "dist\bin\libcrypto-10.dll"
101
  File "dist\bin\libssl-10.dll"
99
  # Start GIO TLS module
100
  SetOutPath $INSTDIR\lib\gio
101
  File "dist\lib\gio\modules\libgiognutls.dll"
102 102

                
103
  # Start NSS libraries
104
#  File "dist\bin\freebl3.dll"
105
#  File "dist\bin\libnspr4.dll"
106
#  File "dist\bin\libplc4.dll"
107
#  File "dist\bin\libplds4.dll"
108
#  File "dist\bin\nss3.dll"
109
#  File "dist\bin\nssckbi.dll"
110
#  File "dist\bin\nssdbm3.dll"
111
#  File "dist\bin\nssutil3.dll"
112
#  File "dist\bin\smime3.dll"
113
#  File "dist\bin\softokn3.dll"
114
#  File "dist\bin\sqlite3.dll"
115
#  File "dist\bin\ssl3.dll"
116
#  File "dist\bin\libnss_compat_ossl-0.dll"
117
  # End of NSS libraries
118

                
119 103
  SetOutPath $INSTDIR\lib\nntpgrab
120 104
  File "dist\lib\nntpgrab\*.dll"
121 105

                
... ...
260 244
  RMDir  $INSTDIR\lib\gtk-2.0\2.10.0\engines
261 245
  RMDir  $INSTDIR\lib\gtk-2.0\2.10.0
262 246
  RMDir  $INSTDIR\lib\gtk-2.0
247
  Delete $INSTDIR\lib\gio\modules\*.*
248
  RMDir  $INSTDIR\lib\gio\modules
249
  RMDir  $INSTDIR\lib\gio
263 250
  Delete $INSTDIR\lib\*.*
264 251
  RMDir  $INSTDIR\lib
265 252

                

Also available in: Unified diff