gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2165 - GNUnet/contrib/win


From: durner
Subject: [GNUnet-SVN] r2165 - GNUnet/contrib/win
Date: Wed, 5 Oct 2005 10:26:58 -0700 (PDT)

Author: durner
Date: 2005-10-05 10:26:55 -0700 (Wed, 05 Oct 2005)
New Revision: 2165

Modified:
   GNUnet/contrib/win/Installer.nsi
Log:
new libs

Modified: GNUnet/contrib/win/Installer.nsi
===================================================================
--- GNUnet/contrib/win/Installer.nsi    2005-10-05 17:25:14 UTC (rev 2164)
+++ GNUnet/contrib/win/Installer.nsi    2005-10-05 17:26:55 UTC (rev 2165)
@@ -336,6 +336,8 @@
                SectionIn 1 3 4
          SetOutPath "$INSTDIR\bin"
 
+               File "C:\GNUnet\bin\jpeg62.dll"
+               File "C:\GNUnet\bin\bzip2.dll"
                File "C:\GNUnet\bin\libextractor-1.dll"
                File "C:\GNUnet\bin\libogg-0.dll"
                File "C:\GNUnet\bin\libvorbis-0.dll"
@@ -391,7 +393,7 @@
                File "C:\GNUnet\bin\libmysql.dll"
                File "C:\GNUnet\bin\libplibc-1.dll"
                File "C:\GNUnet\bin\libsqlite3-0.dll"
-               File "C:\GNUnet\bin\pthreadGC1.dll"
+               File "C:\GNUnet\bin\pthreadGC2.dll"
                File "C:\GNUnet\bin\zlib1.dll"
        SectionEnd
        
@@ -745,6 +747,7 @@
        Delete "$INSTDIR\README"
        Delete "$INSTDIR\UPDATING"
        Delete "$INSTDIR\bin\gnu.ico"   
+       Delete "$INSTDIR\bin\bzip2.dll"
        Delete "$INSTDIR\bin\gnunet-dht-join.exe"
        Delete "$INSTDIR\bin\gnunet-dht-query.exe"
        Delete "$INSTDIR\bin\gnunet-directory.exe"
@@ -766,6 +769,7 @@
        Delete "$INSTDIR\bin\gnunetd.exe"
        Delete "$INSTDIR\bin\iconv.dll"
        Delete "$INSTDIR\bin\intl.dll"
+       Delete "$INSTDIR\bin\jpeg62.dll"
        Delete "$INSTDIR\bin\libatk-1.0-0.dll"
        Delete "$INSTDIR\bin\libextractor-1.dll"
        Delete "$INSTDIR\bin\libextractor_asf.dll"
@@ -874,6 +878,7 @@
        Delete "$INSTDIR\bin\libvorbisfile-3.dll"
        Delete "$INSTDIR\bin\libxml2.dll"
        Delete "$INSTDIR\bin\pthreadGC1.dll"
+       Delete "$INSTDIR\bin\pthreadGC2.dll"
        Delete "$INSTDIR\bin\zlib1.dll"
        RmDir /REBOOTOK "$INSTDIR\bin"
        





reply via email to

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