Revision: 42388
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42388&view=rev
Author:   starseeker
Date:     2011-01-17 14:13:51 +0000 (Mon, 17 Jan 2011)

Log Message:
-----------
Changes to allow CMake + Visual C++ to work on Windows - should have zero 
impact on any build except CMake.

Modified Paths:
--------------
    brlcad/trunk/src/other/tcl/generic/tclPkgConfig.c
    brlcad/trunk/src/other/tcl/unix/tclUnixInit.c
    brlcad/trunk/src/other/tcl/win/tclWinInit.c
    brlcad/trunk/src/other/tktable/generic/tkTable.c

Modified: brlcad/trunk/src/other/tcl/generic/tclPkgConfig.c
===================================================================
--- brlcad/trunk/src/other/tcl/generic/tclPkgConfig.c   2011-01-17 14:09:30 UTC 
(rev 42387)
+++ brlcad/trunk/src/other/tcl/generic/tclPkgConfig.c   2011-01-17 14:13:51 UTC 
(rev 42388)
@@ -36,6 +36,9 @@
  */
 
 #include "tclInt.h"
+#ifdef CMAKE_HEADERS
+#  include "tcl_cfg.h"
+#endif
 
 /*
  * Use C preprocessor statements to define the various values for the embedded

Modified: brlcad/trunk/src/other/tcl/unix/tclUnixInit.c
===================================================================
--- brlcad/trunk/src/other/tcl/unix/tclUnixInit.c       2011-01-17 14:09:30 UTC 
(rev 42387)
+++ brlcad/trunk/src/other/tcl/unix/tclUnixInit.c       2011-01-17 14:13:51 UTC 
(rev 42388)
@@ -11,6 +11,9 @@
  */
 
 #include "tclInt.h"
+#ifdef CMAKE_HEADERS
+#  include "tcl_cfg.h"
+#endif
 #include <stddef.h>
 #include <locale.h>
 #ifdef HAVE_LANGINFO

Modified: brlcad/trunk/src/other/tcl/win/tclWinInit.c
===================================================================
--- brlcad/trunk/src/other/tcl/win/tclWinInit.c 2011-01-17 14:09:30 UTC (rev 
42387)
+++ brlcad/trunk/src/other/tcl/win/tclWinInit.c 2011-01-17 14:13:51 UTC (rev 
42388)
@@ -14,6 +14,9 @@
  */
 
 #include "tclWinInt.h"
+#ifdef CMAKE_HEADERS
+#  include "tcl_cfg.h"
+#endif
 #include <winnt.h>
 #include <winbase.h>
 #include <lmcons.h>

Modified: brlcad/trunk/src/other/tktable/generic/tkTable.c
===================================================================
--- brlcad/trunk/src/other/tktable/generic/tkTable.c    2011-01-17 14:09:30 UTC 
(rev 42387)
+++ brlcad/trunk/src/other/tktable/generic/tkTable.c    2011-01-17 14:13:51 UTC 
(rev 42388)
@@ -22,6 +22,9 @@
  * RCS: @(#) $Id: tkTable.c,v 1.34 2008/11/14 23:43:35 hobbs Exp $
  */
 
+#ifdef CMAKE_HEADERS
+#  include "tktable_cfg.h"
+#endif
 #include "tkTable.h"
 
 #ifdef DEBUG


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to