gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r218 - branches/GNUnet06/contrib/win


From: durner
Subject: [GNUnet-SVN] r218 - branches/GNUnet06/contrib/win
Date: Wed, 9 Feb 2005 12:19:20 -0800 (PST)

Author: durner
Date: 2005-02-09 12:19:19 -0800 (Wed, 09 Feb 2005)
New Revision: 218

Modified:
   branches/GNUnet06/contrib/win/Installer.nsi
Log:
Preparing for 0.6.6a

Modified: branches/GNUnet06/contrib/win/Installer.nsi
===================================================================
--- branches/GNUnet06/contrib/win/Installer.nsi 2005-02-09 15:31:10 UTC (rev 
217)
+++ branches/GNUnet06/contrib/win/Installer.nsi 2005-02-09 20:19:19 UTC (rev 
218)
@@ -5,7 +5,7 @@
 
 ; HM NIS Edit Wizard helper defines
 !define PRODUCT_NAME "GNUnet"
-!define PRODUCT_VERSION "0.6.6-2"
+!define PRODUCT_VERSION "0.6.6a"
 !define PRODUCT_PUBLISHER "GNU"
 !define PRODUCT_WEB_SITE "http://www.ovmj.org/GNUnet/";
 ;!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App 
Paths\gnunet-gtk.exe"
@@ -240,6 +240,10 @@
   CreateDirectory "$SMPROGRAMS\$ICONS_GROUP"
   CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\GNUnet.lnk" 
"$INSTDIR\bin\gnunet-gtk.exe" "" "$INSTDIR\bin\gnu.ico"
   CreateShortCut "$DESKTOP\GNUnet.lnk" "$INSTDIR\bin\gnunet-gtk.exe" "" 
"$INSTDIR\bin\gnu.ico"
+
+; Delete old files
+       Delete "$INSTDIR\bin\libintl.dll"
+  
 ; Microsoft C Runtime
 ; Redistribution is permitted, see Microsoft Knowledge Base Article 326922
   File "C:\GNUnet\bin\msvcr70.dll"
@@ -250,7 +254,7 @@
   File "C:\GNUnet\bin\libpango-1.0-0.dll"
   File "C:\GNUnet\bin\libpangowin32-1.0-0.dll"
   File "C:\GNUnet\bin\libltdl-3.dll"
-  File "C:\GNUnet\bin\libintl.dll"
+  File "C:\GNUnet\bin\libintl-2.dll"
   File "C:\GNUnet\bin\libgtk-win32-2.0-0.dll"
   File "C:\GNUnet\bin\libgtk-0.dll"
   File "C:\GNUnet\bin\libgthread-2.0-0.dll"
@@ -344,6 +348,11 @@
 Section "Extractor" SEC03
   SetOutPath "$INSTDIR\bin"
   SetOverwrite ifnewer
+  
+  ; Delete old file
+  Delete "$INSTDIR\bin\libextractor-0.dll"
+  Delete "$INSTDIR\bin\libeay32-0.dll"
+  
   File "c:\GNUnet\bin\extract.exe"
   File "c:\GNUnet\bin\libextractor-1.dll"
   File "c:\GNUnet\bin\libextractor_asf.dll"
@@ -531,6 +540,7 @@
   Delete "$INSTDIR\bin\libgtk-0.dll"
   Delete "$INSTDIR\bin\libgtk-win32-2.0-0.dll"
   Delete "$INSTDIR\bin\libintl.dll"
+  Delete "$INSTDIR\bin\libintl-2.dll"
   Delete "$INSTDIR\bin\libltdl-3.dll"
   Delete "$INSTDIR\bin\libpango-1.0-0.dll"
   Delete "$INSTDIR\bin\libpangowin32-1.0-0.dll"





reply via email to

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