[Olsr-cvs] olsrd-current/gui/win32/Inst installer.nsi,1.15,1.16

Thomas Lopatic (spam-protected)
Tue Mar 27 05:58:34 CEST 2007


Update of /cvsroot/olsrd/olsrd-current/gui/win32/Inst
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18262

Modified Files:
	installer.nsi 
Log Message:
Removed name service plugin from Windows version. Need regex first.

Index: installer.nsi
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/gui/win32/Inst/installer.nsi,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** installer.nsi	27 Mar 2007 03:02:44 -0000	1.15
--- installer.nsi	27 Mar 2007 03:58:31 -0000	1.16
***************
*** 70,75 ****
          SetOutPath $INSTDIR
  
!         File ..\Main\Release\Switch.exe
!         File ..\Shim\Release\Shim.exe
          File ..\..\..\olsrd.exe
          File ..\..\..\olsr_switch.exe
--- 70,75 ----
          SetOutPath $INSTDIR
  
!         File /oname=Switch.exe ..\release\Main.exe
!         File ..\release\Shim.exe
          File ..\..\..\olsrd.exe
          File ..\..\..\olsr_switch.exe
***************
*** 83,87 ****
          File /oname=olsrd.conf.lq ..\..\..\files\olsrd.conf.win32.lq
          File ..\..\..\lib\dot_draw\olsrd_dot_draw.dll
-         File ..\..\..\lib\nameservice\olsrd_nameservice.dll
          File ..\..\..\lib\httpinfo\olsrd_httpinfo.dll
  
--- 83,86 ----





More information about the Olsr-cvs mailing list