This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] itcl/win/itcl.rc obvious fix


Another obvious fix, at least for the binutils version of windres.

If anyone minds me checking these in, just yell.  I'm just trying to
complete a windows build so I can make a new version of cygwin
gdb/insight.  I thought it was best to check things in as I find them.

cgf

2001-10-12  Christopher Faylor  <cgf@redhat.com>

	* itcl/win/itcl.rc: Add missing VERSION arguments.
  
  2001-08-08  Mo DeJong  <mdejong@redhat.com>

Index: itcl/win/itcl.rc
===================================================================
RCS file: /cvs/src/src/itcl/itcl/win/itcl.rc,v
retrieving revision 1.1.1.2
diff -p -r1.1.1.2 itcl.rc
*** itcl.rc	2001/09/09 19:49:05	1.1.1.2
--- itcl.rc	2001/10/12 05:08:47
***************
*** 9,16 ****
  
  
  VS_VERSION_INFO VERSIONINFO
!  FILEVERSION ITCL_MAJOR_VERSION ,ITCL_MINOR_VERSION ,ITCL_RELEASE_LEVEL
!  PRODUCTVERSION ITCL_MAJOR_VERSION ,ITCL_MINOR_VERSION ,ITCL_RELEASE_LEVEL
   FILEFLAGSMASK 0x3fL
   FILEFLAGS 0x0L
   FILEOS 0x4L
--- 9,16 ----
  
  
  VS_VERSION_INFO VERSIONINFO
!  FILEVERSION ITCL_MAJOR_VERSION,ITCL_MINOR_VERSION,ITCL_RELEASE_LEVEL,0
!  PRODUCTVERSION ITCL_MAJOR_VERSION ,ITCL_MINOR_VERSION ,ITCL_RELEASE_LEVEL,0
   FILEFLAGSMASK 0x3fL
   FILEFLAGS 0x0L
   FILEOS 0x4L


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]