grim/guifications2

[gf2-migrate @ 146]
org.guifications.gf2
2006-10-20, Daniel Atallah
9e91f324afae
Parents 4aac8f96067d
Children 4ec05c28ec3e
[gf2-migrate @ 146]
Changes in the win32 beta4 build.
--- a/Makefile.mingw Thu Oct 19 15:43:51 2006 -0400
+++ b/Makefile.mingw Fri Oct 20 15:32:26 2006 -0400
@@ -22,6 +22,8 @@
GF_VERSION := $(shell cat ./VERSION)
+GAIM_VERSION := $(shell cat ../../../VERSION)
+
.PHONY: all install installer clean
all:
--- a/guifications-installer.nsi Thu Oct 19 15:43:51 2006 -0400
+++ b/guifications-installer.nsi Fri Oct 20 15:32:26 2006 -0400
@@ -9,13 +9,13 @@
;--------------------------------
;General
- Name "Guifications ${GUIFICATIONS_VERSION}"
+ Name "Gaim Guifications ${GUIFICATIONS_VERSION}"
;Do A CRC Check
CRCCheck On
;Output File Name
- OutFile "guifications-${GUIFICATIONS_VERSION}.exe"
+ OutFile "gaim-guifications-${GUIFICATIONS_VERSION}.exe"
;The Default Installation Directory
InstallDir "$PROGRAMFILES\gaim"
@@ -25,7 +25,7 @@
ShowUnInstDetails show
SetCompressor /SOLID lzma
- !define GUIFICATIONS_UNINST_EXE "guifications-uninst.exe"
+ !define GUIFICATIONS_UNINST_EXE "gaim-guifications-uninst.exe"
!define GUIFICATIONS_DLL "guifications.dll"
!define GUIFICATIONS_UNINSTALL_LNK "Guifications Uninstall.lnk"