File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11rmdir/s/q build
22
33set OLDTCLSH = %TCLSH%
4- set TCLSH = d:\tcl\debug\x64 \bin\tclsh86t.exe
4+ set TCLSH = d:\tcl\magic \bin\tclsh86t.exe
55
66@ rem Form the file names based on the version we are building
77@ for /f %% i in ('%TCLSH% src/taversion.tcl') do set TANAME = tarray-%% i
@@ -10,10 +10,10 @@ set TCLSH=d:\tcl\debug\x64\bin\tclsh86t.exe
1010
1111cmd /c " envset x86 && cd src && %TCLSH% build.tcl extension -target win32-ix86-cl"
1212cmd /c " envset x64 && cd src && %TCLSH% build.tcl extension -target win32-x86_64-cl"
13- cmd /c " cd src && %TCLSH% build.tcl tea"
13+ @ rem cmd /c "cd src && %TCLSH% build.tcl tea"
1414cmd /c " envset x86 && cd xtal && %TCLSH% build.tcl extension -target win32-ix86-cl"
1515cmd /c " envset x64 && cd xtal && %TCLSH% build.tcl extension -target win32-x86_64-cl"
16- cmd /c " cd xtal && %TCLSH% build.tcl tea"
16+ @ rem cmd /c "cd xtal && %TCLSH% build.tcl tea"
1717cmd /c " cd ui && %TCLSH% build.tcl package"
1818
1919copy doc\announce.txt build\lib\tarray\readme.txt
@@ -40,4 +40,4 @@ cd build\tea && tar cvf ../%XTALNAME%.tar %XTALNAME% && gzip ../%XTALNAME%.tar &
4040dos2unix build/lib/%UINAME% /readme.txt
4141cd build\lib && tar cvf ../%UINAME% .tar %UINAME% && gzip ../%UINAME% .tar && cd ..\..
4242
43- set TCLSH = %OLDTCLSH%
43+ set TCLSH = %OLDTCLSH%
You can’t perform that action at this time.
0 commit comments