Revision: 77732
          http://sourceforge.net/p/brlcad/code/77732
Author:   starseeker
Date:     2020-11-12 20:19:51 +0000 (Thu, 12 Nov 2020)
Log Message:
-----------
Adjust windows exe name

Modified Paths:
--------------
    brlcad/branches/extbuild/src/other/ext/tcl.cmake

Modified: brlcad/branches/extbuild/src/other/ext/tcl.cmake
===================================================================
--- brlcad/branches/extbuild/src/other/ext/tcl.cmake    2020-11-12 20:08:59 UTC 
(rev 77731)
+++ brlcad/branches/extbuild/src/other/ext/tcl.cmake    2020-11-12 20:19:51 UTC 
(rev 77732)
@@ -56,7 +56,7 @@
   if (MSVC)
     set(TCL_BASENAME tcl)
     set(TCL_STUBNAME tclstub)
-    set(TCL_EXECNAME tclsh${TCL_MAJOR_VERSION}${TCL_MINOR_VERSION})
+    set(TCL_EXECNAME tclsh)
     set(TCL_SUFFIX ${CMAKE_SHARED_LIBRARY_SUFFIX})
     set(TCL_SYMLINK_1 ${TCL_BASENAME}${CMAKE_SHARED_LIBRARY_SUFFIX})
     set(TCL_SYMLINK_2 
${TCL_BASENAME}${CMAKE_SHARED_LIBRARY_SUFFIX}.${TCL_MAJOR_VERSION}.${TCL_MINOR_VERSION})

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