Revision 1840 trunk/nntpgrab.nsi

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

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

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

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

                
... ...
264 248
  RMDir  $INSTDIR\lib\gtk-2.0\2.10.0\engines
265 249
  RMDir  $INSTDIR\lib\gtk-2.0\2.10.0
266 250
  RMDir  $INSTDIR\lib\gtk-2.0
251
  Delete $INSTDIR\lib\gio\modules\*.*
252
  RMDir  $INSTDIR\lib\gio\modules
253
  RMDir  $INSTDIR\lib\gio
267 254
  Delete $INSTDIR\lib\*.*
268 255
  RMDir  $INSTDIR\lib
269 256

                

Also available in: Unified diff