File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 <tclDir Condition =" $(tclDir) == ''" >$(ExternalsDir)tcl-core-$(TclVersion)\</tclDir >
1616 <tkDir Condition =" $(tkDir) == ''" >$(ExternalsDir)tk-$(TkVersion)\</tkDir >
1717 <tcltkDir Condition =" $(tcltkDir) == ''" >$(ExternalsDir)tcltk-$(TclVersion)\$(ArchName)\</tcltkDir >
18- <tclWin32Exe Condition =" $(Platform) == 'Win32'" >$(tcltkDir)\bin\tclsh$(TclMajorVersion)$(TclMinorVersion)t.exe</tclWin32Exe >
19- <tclWin32Exe Condition =" $(Platform) != 'Win32'" >$(tcltkDir)\..\win32\bin\tclsh$(TclMajorVersion)$(TclMinorVersion)t.exe</tclWin32Exe >
18+ <tcltkSuffix Condition =" '$(TclMajorVersion)' == '8'" >t</tcltkSuffix >
19+ <tkPrefix Condition =" '$(TclMajorVersion)' == '9'" >tcl9</tkPrefix >
20+ <tclWin32Exe Condition =" $(Platform) == 'Win32'" >$(tcltkDir)\bin\tclsh$(TclMajorVersion)$(TclMinorVersion)$(tcltkSuffix).exe</tclWin32Exe >
21+ <tclWin32Exe Condition =" $(Platform) != 'Win32'" >$(tcltkDir)\..\win32\bin\tclsh$(TclMajorVersion)$(TclMinorVersion)$(tcltkSuffix).exe</tclWin32Exe >
2022 <tclExternalTommath Condition =" $(TclMajorVersion) == '9'" >TCL_WITH_EXTERNAL_TOMMATH;</tclExternalTommath >
2123
2224 <!-- <TclDebugExt Condition="'$(Configuration)' == 'Debug'">g</TclDebugExt>-->
23- <tcltkSuffix Condition =" '$(TclMajorVersion)' == '8'" >t</tcltkSuffix >
24- <tkPrefix Condition =" '$(TclMajorVersion)' == '9'" >tcl9</tkPrefix >
2525 <tclDLLName >tcl$(TclMajorVersion)$(TclMinorVersion)$(tcltkSuffix)$(TclDebugExt).dll</tclDLLName >
2626 <tclLibName >tcl$(TclMajorVersion)$(TclMinorVersion)$(tcltkSuffix)$(TclDebugExt).lib</tclLibName >
2727 <tclShExeName >tclsh$(TclMajorVersion)$(TclMinorVersion)$(tcltkSuffix)$(TclDebugExt).exe</tclShExeName >
You can’t perform that action at this time.
0 commit comments