[ekiga] [windows] Use separate names for the built .exe files



commit 6be1683938207f2193b2c9b46b3f94a6b08234fb
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Wed Apr 28 14:46:04 2010 +0200

    [windows] Use separate names for the built .exe files

 win32/nsisinstaller/ekiga.nsi |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/win32/nsisinstaller/ekiga.nsi b/win32/nsisinstaller/ekiga.nsi
index d6d74f0..a4e4f97 100644
--- a/win32/nsisinstaller/ekiga.nsi
+++ b/win32/nsisinstaller/ekiga.nsi
@@ -24,13 +24,17 @@ var ALREADY_INSTALLED
 Name $name
 ;SetCompressor /SOLID lzma
 !ifdef WITH_GTK
+!ifdef DEBUG
+OutFile "${TARGET_DIR}/ekiga-setup-${EKIGA_VERSION}-debug.exe"
+!else
 OutFile "${TARGET_DIR}/ekiga-setup-${EKIGA_VERSION}.exe"
+!endif
+!else
+!ifdef DEBUG
+OutFile "${TARGET_DIR}/ekiga-setup-${EKIGA_VERSION}-nogtk-debug.exe"
 !else
-;!ifdef DEBUG
-;OutFile "ekiga-setup-${EKIGA_VERSION}-debug.exe"
-;!else
 OutFile "${TARGET_DIR}/ekiga-setup-${EKIGA_VERSION}-nogtk.exe"
-;!endif
+!endif
 !endif
 
 ; ===========================



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