From Lars Roland: define an "installation" version of GTK+ 2.x and Pango
authorGuy Harris <guy@alum.mit.edu>
Sun, 23 May 2004 22:21:30 +0000 (22:21 -0000)
committerGuy Harris <guy@alum.mit.edu>
Sun, 23 May 2004 22:21:30 +0000 (22:21 -0000)
commit01c249fd4faaf8bda670a5b71e9f7c93a15c744d
treebb52fc4845930428eb371174b8eaa9ad5b45feb4
parentf265eea4b7e6c055d6fe4b9813b7b893411128e4
From Lars Roland: define an "installation" version of GTK+ 2.x and Pango
in "config.nmake", and use that in the NSIS script when generating the
NSIS installer, so it puts GTK+ and Pango in the appropriate
subdirectories.  Also, when uninstalling, remove both of the sets of
subdirectories.

As per his suggestion, get rid of the "GTK1_VERSION" and "GTK2_VERSION"
macros, and just directly insert the values where those macros were used
- "GTK1_VERSION" wasn't used at all, and "GTK2_VERSION" was only used
immediately below where it was defined, and stuff elsewhere, such as in
the NSIS script, didn't use them and would break if you changed them
anyway.

svn path=/trunk/; revision=10976
config.nmake
packaging/nsis/Makefile.nmake
packaging/nsis/ethereal.nsi