changeset 5931:8b5dd7117f56

[gaim-migrate @ 6371] Now building debug installer version. committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Sat, 21 Jun 2003 01:01:12 +0000
parents 03f1d6cd784c
children bb7723f0b4b9
files Makefile.mingw gaim-installer.nsi
diffstat 2 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.mingw	Fri Jun 20 05:41:39 2003 +0000
+++ b/Makefile.mingw	Sat Jun 21 01:01:12 2003 +0000
@@ -29,7 +29,7 @@
 
 NEEDED_DLLS =		$(PERL_TOP)/perl56.dll \
 			$(GTKSPELL_TOP)/libgtkspell.dll \
-			$(IDLETRACK_TOP)/idletrack.dll 
+			$(IDLETRACK_TOP)/idletrack.dll
 
 
 SOUNDS =		$(GAIM_SOUNDS)/leave.wav \
@@ -89,8 +89,12 @@
 installer_nogtk:
 	makensis.exe /DGAIM_VERSION="$(VERSION)" gaim-installer.nsi
 
+installer_debug:
+	makensis.exe /DGAIM_VERSION="$(VERSION)" /DDEBUG gaim-installer.nsi
+
 installers: installer installer_nogtk
 
+
 clean:
 	$(MAKE) -C $(PO) -f Makefile.mingw clean
 	$(MAKE) -C $(OSCAR) -f Makefile.mingw clean
--- a/gaim-installer.nsi	Fri Jun 20 05:41:39 2003 +0000
+++ b/gaim-installer.nsi	Sat Jun 21 01:01:12 2003 +0000
@@ -10,8 +10,12 @@
 !ifdef WITH_GTK
 OutFile "gaim-${GAIM_VERSION}.exe"
 !else
+!ifdef DEBUG
+OutFile "gaim-${GAIM_VERSION}-debug.exe"
+!else
 OutFile "gaim-${GAIM_VERSION}-no-gtk.exe"
 !endif
+!endif
 SetCompressor bzip2
 
 DirShow show
@@ -402,6 +406,9 @@
     ; Gaim files
     SetOverwrite on
     File /r .\win32-install-dir\*.*
+    !ifdef DEBUG
+    File ..\win32-dev\drmingw\exchndl.dll
+    !endif
 
     ; If we don't have install rights and no hklm GTK install.. then Start in lnk property should
     ; remain gaim dir.. otherwise it should be set to the GTK lib dir. (to avoid dll hell)