Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/packaging/nsis Makefile.nmake ethereal.nsi

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Sun, 23 May 2004 17:21:30 -0500 (CDT)
guy         2004/05/23 17:21:30 CDT

  Modified files:
    packaging/nsis       Makefile.nmake ethereal.nsi 
  Log:
  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.
  
  Revision  Changes    Path
  1.42      +3 -1      ethereal/packaging/nsis/Makefile.nmake
  1.56      +20 -11    ethereal/packaging/nsis/ethereal.nsi