[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r4215 - GNUnet/contrib/win
From: |
durner |
Subject: |
[GNUnet-SVN] r4215 - GNUnet/contrib/win |
Date: |
Sat, 6 Jan 2007 02:55:00 -0800 (PST) |
Author: durner
Date: 2007-01-06 02:54:58 -0800 (Sat, 06 Jan 2007)
New Revision: 4215
Modified:
GNUnet/contrib/win/Installer.nsi
Log:
add upnp & /var/run
Modified: GNUnet/contrib/win/Installer.nsi
===================================================================
--- GNUnet/contrib/win/Installer.nsi 2007-01-06 09:08:31 UTC (rev 4214)
+++ GNUnet/contrib/win/Installer.nsi 2007-01-06 10:54:58 UTC (rev 4215)
@@ -117,6 +117,7 @@
File "C:\GNUnet\bin\gnunet-win-tool.exe"
File "C:\GNUnet\bin\gnunet-update.exe"
SetOutPath "$INSTDIR\var\lib\GNUnet"
+ SetOutPath "$INSTDIR\var\run"
SetOutPath "$INSTDIR\tmp"
SetOutPath "$INSTDIR\bin"
@@ -188,6 +189,7 @@
File "C:\GNUnet\bin\gnunetd.exe"
File "C:\GNUnet\bin\libgnunetmodule_traffic_api-0.dll"
File "C:\GNUnet\bin\libgnunetstats_api-0.dll"
+ File "C:\GNUnet\bin\libgnunetmodule_upnp.dll"
File "C:\GNUnet\bin\libgnunettransport_tcp.dll"
File "C:\GNUnet\bin\libgnunettransport_tcp_old.dll"
File "C:\GNUnet\bin\libgnunettransport_udp.dll"
@@ -911,6 +913,7 @@
Delete "$INSTDIR\bin\libgnunettransport_tcp.dll"
Delete "$INSTDIR\bin\libgnunettransport_tcp_old.dll"
Delete "$INSTDIR\bin\libgnunettransport_udp.dll"
+ Delete "$INSTDIR\bin\libgnunetmodule_upnp.dll"
Delete "$INSTDIR\bin\libgnunetutil-1.dll"
Delete "$INSTDIR\bin\libgnunetmodule_state.dll"
Delete "$INSTDIR\bin\libgnunetutil_config-0.dll"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r4215 - GNUnet/contrib/win,
durner <=