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]
Other format: [Raw text]

Patch for fix libgui compile under VC++


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


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