public inbox for sourcenav@sourceware.org
 help / color / mirror / Atom feed
* Patch for fix libgui compile under VC++
@ 2002-02-22  3:50 Mo DeJong
  2002-02-22 15:53 ` Mo DeJong
  0 siblings, 1 reply; 5+ messages in thread
From: Mo DeJong @ 2002-02-22  3:50 UTC (permalink / raw)
  To: sourcenav; +Cc: insight

Hi all.

I noticed that the recent import of tkTable 2.7 has broken the
libgui build under VC++. The patch to fix the problem is
attached. This change should have no effect under Unix
systems.

2002-02-22  Mo DeJong  <supermo@bayarea.net>

	* src/Makefile.am: Add -DBUILD_tkTable define so
	that newly imported tkTable sources compile
	with VC++.
	* src/Makefile.in: Regen.

--- /tmp/Makefile.am    Fri Feb 22 02:32:52 2002
+++ src/Makefile.am     Fri Feb 22 02:23:27 2002
@@ -49,3 +49,4 @@
 -DTBL_COMMAND=\"$(TBL_COMMAND)\"\
--DTBL_RUNTIME=\"tkTable.tcl\" -DTBL_RUNTIME_DIR=\"$(guidir)\"
+-DTBL_RUNTIME=\"tkTable.tcl\" -DTBL_RUNTIME_DIR=\"$(guidir)\"\
+-DBUILD_tkTable

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-02-24  1:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-22  3:50 Patch for fix libgui compile under VC++ Mo DeJong
2002-02-22 15:53 ` Mo DeJong
2002-02-23 17:41   ` Keith Seitz
2002-02-23 17:44     ` Mo DeJong
2002-02-24 14:23       ` Keith Seitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).