[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r1370 - GNUnet/contrib/win
From: |
durner |
Subject: |
[GNUnet-SVN] r1370 - GNUnet/contrib/win |
Date: |
Sun, 10 Jul 2005 03:31:23 -0700 (PDT) |
Author: durner
Date: 2005-07-10 03:30:00 -0700 (Sun, 10 Jul 2005)
New Revision: 1370
Modified:
GNUnet/contrib/win/Installer.nsi
Log:
gnunet-gtk DLLs
Modified: GNUnet/contrib/win/Installer.nsi
===================================================================
--- GNUnet/contrib/win/Installer.nsi 2005-07-09 22:59:01 UTC (rev 1369)
+++ GNUnet/contrib/win/Installer.nsi 2005-07-10 10:30:00 UTC (rev 1370)
@@ -5,7 +5,7 @@
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "GNUnet"
-!define PRODUCT_VERSION "0.7-pre4-1"
+!define PRODUCT_VERSION "0.7-pre5"
!define PRODUCT_PUBLISHER "GNU"
!define PRODUCT_WEB_SITE "http://www.gnunet.org/"
!define PRODUCT_UNINST_KEY
"Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
@@ -237,6 +237,11 @@
SetOutPath "$INSTDIR\bin"
File "C:\GNUnet\bin\gnunet-gtk.exe"
+ File "C:\GNUnet\bin\libgnunetgtk_common-0.dll"
+ File "C:\GNUnet\bin\libgnunetgtkmodule_stats.dll"
+ File "C:\GNUnet\bin\libgnunetgtkmodule_fs.dll"
+ File "C:\GNUnet\bin\libgnunetgtkmodule_daemon.dll"
+ File "C:\GNUnet\bin\libgnunetgtkmodule_about.dll"
SetOutPath "$INSTDIR\share\gnunet-gtk"
File "C:\GNUnet\share\gnunet-gtk\gnunet_logo.png"
@@ -802,6 +807,11 @@
Delete "$INSTDIR\bin\libgnunetfs-0.dll"
Delete "$INSTDIR\bin\libgnunetfsui-0.dll"
Delete "$INSTDIR\bin\libgnunetgetoption_api-0.dll"
+ Delete "$INSTDIR\bin\libgnunetgtk_common-0.dll"
+ Delete "$INSTDIR\bin\libgnunetgtkmodule_stats.dll"
+ Delete "$INSTDIR\bin\libgnunetgtkmodule_fs.dll"
+ Delete "$INSTDIR\bin\libgnunetgtkmodule_daemon.dll"
+ Delete "$INSTDIR\bin\libgnunetgtkmodule_about.dll"
Delete "$INSTDIR\bin\libgnunetmodule_advertising.dll"
Delete "$INSTDIR\bin\libgnunetmodule_bootstrap.dll"
Delete "$INSTDIR\bin\libgnunetmodule_chat.dll"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r1370 - GNUnet/contrib/win,
durner <=