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/itcl/win/Makefile.in typo fix.


I've checked this in.

cgf

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

	* itcl/win/Makefile.in: Fix typo in cygitcl.res build.

Index: itcl/win/Makefile.in
===================================================================
RCS file: /cvs/uberbaum/itcl/itcl/win/Makefile.in,v
retrieving revision 1.3
diff -p -r1.3 Makefile.in
*** Makefile.in	2000/06/27 21:51:57	1.3
--- Makefile.in	2001/10/12 04:56:23
*************** $(TMPDIR)/$(CYGITCLSHRES):: $(ROOT)/win/
*** 232,238 ****
  	--define VS_VERSION_INFO=1 $(srcdir)/itclsh.rc $(TMPDIR)/$(CYGITCLSHRES)
  
  $(TMPDIR)/$(CYGITCLRES):: $(ROOT)/win/itcl.rc
! 	$(WINDRES) --include  $(TCDIR)/generic --include $(srcdir)/../generic \
  	--define VS_VERSION_INFO=1 $(srcdir)/itcl.rc $(TMPDIR)/$(CYGITCLRES)
  
  # Visual C++ specific targets
--- 232,238 ----
  	--define VS_VERSION_INFO=1 $(srcdir)/itclsh.rc $(TMPDIR)/$(CYGITCLSHRES)
  
  $(TMPDIR)/$(CYGITCLRES):: $(ROOT)/win/itcl.rc
! 	$(WINDRES) --include  $(TCLDIR)/generic --include $(srcdir)/../generic \
  	--define VS_VERSION_INFO=1 $(srcdir)/itcl.rc $(TMPDIR)/$(CYGITCLRES)
  
  # Visual C++ specific targets


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