Revision: 76802
          http://sourceforge.net/p/brlcad/code/76802
Author:   starseeker
Date:     2020-08-16 17:47:48 +0000 (Sun, 16 Aug 2020)
Log Message:
-----------
Flags aren't global any longer, apply them to more source files

Modified Paths:
--------------
    brlcad/trunk/src/other/tcl/CMakeLists.txt
    brlcad/trunk/src/other/tk/CMakeLists.txt

Modified: brlcad/trunk/src/other/tcl/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/tcl/CMakeLists.txt   2020-08-16 17:23:40 UTC (rev 
76801)
+++ brlcad/trunk/src/other/tcl/CMakeLists.txt   2020-08-16 17:47:48 UTC (rev 
76802)
@@ -1260,6 +1260,7 @@
 endif (WIN32)
 
 TCL_WIN_FLAGS(TCL_SRCS)
+TCL_WIN_FLAGS(TCL_STUB_SRCS)
 
 set(TCL_INCLUDE_PATH ${TCL_SOURCE_DIR}/generic ${TCL_SOURCE_DIR}/libtommath 
${TCL_BINARY_DIR}/include)
 if (WIN32)
@@ -1328,6 +1329,8 @@
   set(TCLSH_SRCS unix/tclAppInit.c)
 endif (WIN32)
 
+TCL_WIN_FLAGS(TCLSH_SRCS)
+
 set_property(SOURCE win/tclAppInit.c APPEND PROPERTY COMPILE_DEFINITIONS 
TCL_UNICODE)
 add_executable(tclsh ${TCLSH_SRCS})
 target_link_libraries(tclsh tcl ${M_LIBRARY} ${ZLIB_LIBRARIES} 
${TCL_THREADS_LIB} ${EXTRA_TCLSH_LIBS})

Modified: brlcad/trunk/src/other/tk/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/tk/CMakeLists.txt    2020-08-16 17:23:40 UTC (rev 
76801)
+++ brlcad/trunk/src/other/tk/CMakeLists.txt    2020-08-16 17:47:48 UTC (rev 
76802)
@@ -645,6 +645,7 @@
 endif (WIN32)
 
 TCL_WIN_FLAGS(TK_SRCS)
+TCL_WIN_FLAGS(TK_STUB_SRCS)
 
 set(TK_INCLUDE_PATH ${TK_SOURCE_DIR}/generic ${TK_SOURCE_DIR}/bitmaps 
${TK_BINARY_DIR}/include)
 if (WIN32)
@@ -775,6 +776,7 @@
 endforeach(hdrfile ${LIBRARY_FILES})
 
 if (WIN32)
+  TCL_WIN_FLAGS(WISH_SRCS)
   add_executable(wish WIN32 ${WISH_SRCS})
   target_link_libraries(wish tcl tk imm32.lib comctl32.lib)
 else (WIN32)

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