gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r5111 - GNUnet/contrib/win
Date: Sun, 17 Jun 2007 16:24:29 -0600 (MDT)

Author: durner
Date: 2007-06-17 16:24:29 -0600 (Sun, 17 Jun 2007)
New Revision: 5111

Modified:
   GNUnet/contrib/win/Installer.nsi
Log:
update

Modified: GNUnet/contrib/win/Installer.nsi
===================================================================
--- GNUnet/contrib/win/Installer.nsi    2007-06-17 22:08:27 UTC (rev 5110)
+++ GNUnet/contrib/win/Installer.nsi    2007-06-17 22:24:29 UTC (rev 5111)
@@ -5,7 +5,7 @@
 
 ; HM NIS Edit Wizard helper defines
 !define PRODUCT_NAME "GNUnet"
-!define PRODUCT_VERSION "0.7.1c"
+!define PRODUCT_VERSION "0.7.2"
 !define PRODUCT_PUBLISHER "GNU"
 !define PRODUCT_WEB_SITE "http://www.gnunet.org/";
 !define PRODUCT_UNINST_KEY 
"Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
@@ -104,7 +104,6 @@
          SetOutPath "$INSTDIR\bin"
          File "gnu.ico"        
          File "config.ico"     
-    File "C:\GNUnet\bin\libgnunetip-0.dll" 
                File "C:\GNUnet\bin\libgnunetmodule_state.dll" 
                File "C:\GNUnet\bin\libgnunetutil-1.dll" 
                File "C:\GNUnet\bin\libgnunetutil_boot-0.dll" 
@@ -114,7 +113,9 @@
                File "C:\GNUnet\bin\libgnunetutil_containers-0.dll" 
                File "C:\GNUnet\bin\libgnunetutil_logging-0.dll" 
                File "C:\GNUnet\bin\libgnunetutil_network_client-0.dll" 
-               File "C:\GNUnet\bin\libgnunetgetoption_api-0.dll"
+    File "C:\GNUnet\bin\libgnunetgetoption_api-0.dll"
+    ; Fixme: client only
+    File "C:\GNUnet\bin\libgnunettraffic_api-0.dll"
                File "C:\GNUnet\bin\gnunet-win-tool.exe"
                File "C:\GNUnet\bin\gnunet-update.exe" 
                SetOutPath "$INSTDIR\var\lib\GNUnet"
@@ -183,6 +184,7 @@
 
                        File "C:\GNUnet\bin\libgnunetcore-0.dll"
                        File "C:\GNUnet\bin\gnunetd.exe"
+      File "C:\GNUnet\bin\libgnunetip-0.dll" 
                        File "C:\GNUnet\bin\libgnunetmodule_traffic_api-0.dll"
                        File "C:\GNUnet\bin\libgnunetstats_api-0.dll"
       File "C:\GNUnet\bin\libgnunetmodule_upnp.dll"
@@ -349,7 +351,7 @@
                        SectionIn 1 2 4
                  SetOutPath "$INSTDIR\bin"
 
-                       File "C:\GNUnet\bin\libgnunetmodule_rpc_util-0.dll"
+                       File "C:\GNUnet\bin\libgnunetrpc_util-0.dll"
                        File "C:\GNUnet\bin\libgnunetmodule_rpc.dll"
                SectionEnd
        SectionGroupEnd
@@ -886,7 +888,8 @@
        Delete "$INSTDIR\bin\libgnunetmodule_identity.dll"
        Delete "$INSTDIR\bin\libgnunetmodule_pingpong.dll"
        Delete "$INSTDIR\bin\libgnunetmodule_rpc.dll"
-       Delete "$INSTDIR\bin\libgnunetmodule_rpc_util-0.dll"
+  Delete "$INSTDIR\bin\libgnunetmodule_rpc_util-0.dll"
+  Delete "$INSTDIR\bin\libgnunetrpc_util-0.dll"
        Delete "$INSTDIR\bin\libgnunetmodule_session.dll"
        Delete "$INSTDIR\bin\libgnunetmodule_sqstore_mysql.dll"
        Delete "$INSTDIR\bin\libgnunetmodule_sqstore_sqlite.dll"
@@ -909,6 +912,7 @@
        Delete "$INSTDIR\bin\libgnunetutil-1.dll"
        Delete "$INSTDIR\bin\libgnunetmodule_state.dll"
   Delete "$INSTDIR\bin\libgnunetip-0.dll"
+  Delete "$INSTDIR\bin\libgnunettraffic_api-0.dll"
        Delete "$INSTDIR\bin\libgnunetutil_config-0.dll"
        Delete "$INSTDIR\bin\libgnunetutil_cron-0.dll"
        Delete "$INSTDIR\bin\libgnunetutil_crypto-0.dll"





reply via email to

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