Revision: 77457
          http://sourceforge.net/p/brlcad/code/77457
Author:   starseeker
Date:     2020-10-15 17:12:38 +0000 (Thu, 15 Oct 2020)
Log Message:
-----------
ditto tkAppInit.c - not on Windows

Modified Paths:
--------------
    brlcad/branches/thirdparty_rework/src/superbuild/tk.cmake

Modified: brlcad/branches/thirdparty_rework/src/superbuild/tk.cmake
===================================================================
--- brlcad/branches/thirdparty_rework/src/superbuild/tk.cmake   2020-10-15 
17:08:31 UTC (rev 77456)
+++ brlcad/branches/thirdparty_rework/src/superbuild/tk.cmake   2020-10-15 
17:12:38 UTC (rev 77457)
@@ -55,6 +55,7 @@
       )
 
     set(SHARED_DIR ${LIB_DIR})
+    set(TK_APPINIT tkAppInit.c)
 
   else (NOT MSVC)
 
@@ -73,6 +74,7 @@
       )
 
     set(SHARED_DIR ${BIN_DIR})
+    set(TK_APPINIT)
 
   endif (NOT MSVC)
 
@@ -128,7 +130,7 @@
     tearoff.tcl
     text.tcl
     tk.tcl
-    tkAppInit.c
+    ${TK_APPINIT}
     tkfbox.tcl
     unsupported.tcl
     xmfbox.tcl

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to