Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/image Makefile.nmake editcap.rc.in ethereal.

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

From: Gilbert Ramirez Jr. <gram@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 4 Apr 2001 23:39:27 -0500 (CDT)
gram        2001/04/04 23:39:26 CDT

  Added files:
    image                Makefile.nmake editcap.rc.in 
                         ethereal.rc.in tethereal.rc.in 
  Removed files:
    image                editcap.rc ethereal.rc tethereal.rc 
  Log:
  Use sed in the Win32 build to place the version in various files.
  We us $(VERSION), defined in the top-level config.nmake, to replace
  @VERSION@ in various files. $(RC_VERSION) and $(WTAP_VERSION) are
  similarly used.