File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 <NMakeBuildCommandLine >setlocal
6464set VCINSTALLDIR=$(VCInstallDir)
6565cd /D "$(tclDir)win"
66- nmake -f makefile.vc MACHINE=$(TclMachine) OPTS=$(TclOpts) $(TclDirs) $(DebugFlags) $(WarningsFlags) TCLSH_NATIVE="$(tclWin32Exe)" core shell dlls
67- nmake -f makefile.vc MACHINE=$(TclMachine) OPTS=$(TclOpts) $(TclDirs) $(DebugFlags) $(WarningsFlags) TCLSH_NATIVE="$(tclWin32Exe)" install-binaries install-libraries
66+ nmake -f makefile.vc MACHINE=$(TclMachine) OPTS=$(TclOpts) $(TclDirs) $(DebugFlags) $(WarningsFlags) $(TclshNativeFlag) core shell dlls
67+ nmake -f makefile.vc MACHINE=$(TclMachine) OPTS=$(TclOpts) $(TclDirs) $(DebugFlags) $(WarningsFlags) $(TclshNativeFlag) install-binaries install-libraries
6868copy /Y ..\license.terms "$(OutDir)\tcllicense.terms"
6969</NMakeBuildCommandLine >
7070 </PropertyGroup >
@@ -74,4 +74,4 @@ copy /Y ..\license.terms "$(OutDir)\tcllicense.terms"
7474 <Target Name =" Clean" />
7575
7676 <Target Name =" ResolveAssemblyReferences" />
77- </Project >
77+ </Project >
Original file line number Diff line number Diff line change 1717 <tcltkDir Condition =" $(tcltkDir) == ''" >$(ExternalsDir)tcltk-$(TclVersion)\$(ArchName)\</tcltkDir >
1818 <tcltkSuffix Condition =" '$(TclMajorVersion)' == '8'" >t</tcltkSuffix >
1919 <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 >
20+ <TclshNativeFlag Condition =" $(Platform) != 'Win32'" >TCLSH_NATIVE="$(tcltkDir)\..\win32\bin\tclsh$(TclMajorVersion)$(TclMinorVersion)$(tcltkSuffix).exe"</TclshNativeFlag >
2221 <tclExternalTommath Condition =" $(TclMajorVersion) == '9'" >TCL_WITH_EXTERNAL_TOMMATH;</tclExternalTommath >
2322
2423 <!-- <TclDebugExt Condition="'$(Configuration)' == 'Debug'">g</TclDebugExt>-->
Original file line number Diff line number Diff line change 6464 <NMakeBuildCommandLine >setlocal
6565set VCINSTALLDIR=$(VCInstallDir)
6666cd /D "$(tkDir)win"
67- nmake /nologo -f makefile.vc RC=rc MACHINE=$(TclMachine) OPTS=$(TkOpts) $(TkDirs) $(DebugFlags) $(WarningsFlags) TCLSH_NATIVE="$(tclWin32Exe)" all
68- nmake /nologo -f makefile.vc RC=rc MACHINE=$(TclMachine) OPTS=$(TkOpts) $(TkDirs) $(DebugFlags) $(WarningsFlags) TCLSH_NATIVE="$(tclWin32Exe)" install-binaries install-libraries
67+ nmake /nologo -f makefile.vc RC=rc MACHINE=$(TclMachine) OPTS=$(TkOpts) $(TkDirs) $(DebugFlags) $(WarningsFlags) $(TclshNativeFlag) all
68+ nmake /nologo -f makefile.vc RC=rc MACHINE=$(TclMachine) OPTS=$(TkOpts) $(TkDirs) $(DebugFlags) $(WarningsFlags) $(TclshNativeFlag) install-binaries install-libraries
6969copy /Y ..\license.terms "$(OutDir)\tklicense.terms"
7070</NMakeBuildCommandLine >
7171 </PropertyGroup >
@@ -80,4 +80,4 @@ copy /Y ..\license.terms "$(OutDir)\tklicense.terms"
8080 <Target Name =" Clean" />
8181
8282 <Target Name =" ResolveAssemblyReferences" />
83- </Project >
83+ </Project >
You can’t perform that action at this time.
0 commit comments