ekiga r7262 - branches/gnome-2-24/win32/nsisinstaller
- From: mschneid svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r7262 - branches/gnome-2-24/win32/nsisinstaller
- Date: Sat, 18 Oct 2008 20:41:16 +0000 (UTC)
Author: mschneid
Date: Sat Oct 18 20:41:16 2008
New Revision: 7262
URL: http://svn.gnome.org/viewvc/ekiga?rev=7262&view=rev
Log:
Complete last commit...
Modified:
branches/gnome-2-24/win32/nsisinstaller/ekiga.nsi
Modified: branches/gnome-2-24/win32/nsisinstaller/ekiga.nsi
==============================================================================
--- branches/gnome-2-24/win32/nsisinstaller/ekiga.nsi (original)
+++ branches/gnome-2-24/win32/nsisinstaller/ekiga.nsi Sat Oct 18 20:41:16 2008
@@ -23,15 +23,11 @@
Name $name
;SetCompressor /SOLID lzma
-!ifdef WITH_GTK
OutFile "${TARGET_DIR}/ekiga-setup-${EKIGA_VERSION}.exe"
-!else
;!ifdef DEBUG
;OutFile "ekiga-setup-${EKIGA_VERSION}-debug.exe"
;!else
-OutFile "${TARGET_DIR}/ekiga-setup-${EKIGA_VERSION}-nogtk.exe"
;!endif
-!endif
; ===========================
; Includes
@@ -335,6 +331,9 @@
File /r "${TARGET_DIR}\Ekiga\help"
File /r "${TARGET_DIR}\Ekiga\share\locale"
File /r "${TARGET_DIR}\Ekiga\plugins"
+ File /r "${TARGET_DIR}\Ekiga\etc"
+ File /r "${TARGET_DIR}\Ekiga\lib"
+ File /r "${TARGET_DIR}\Ekiga\share"
IfFileExists "$INSTDIR\ekiga.exe" 0 new_installation
StrCpy $ALREADY_INSTALLED 1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]