Skip to content

Commit d0525c2

Browse files
committed
Fix tclsh path, disable TEA distro because of errors
1 parent c023312 commit d0525c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

release.cmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
rmdir/s/q build
22

33
set 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

1111
cmd /c "envset x86 && cd src && %TCLSH% build.tcl extension -target win32-ix86-cl"
1212
cmd /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"
1414
cmd /c "envset x86 && cd xtal && %TCLSH% build.tcl extension -target win32-ix86-cl"
1515
cmd /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"
1717
cmd /c "cd ui && %TCLSH% build.tcl package"
1818

1919
copy doc\announce.txt build\lib\tarray\readme.txt
@@ -40,4 +40,4 @@ cd build\tea && tar cvf ../%XTALNAME%.tar %XTALNAME% && gzip ../%XTALNAME%.tar &
4040
dos2unix build/lib/%UINAME%/readme.txt
4141
cd build\lib && tar cvf ../%UINAME%.tar %UINAME% && gzip ../%UINAME%.tar && cd ..\..
4242

43-
set TCLSH=%OLDTCLSH%
43+
set TCLSH=%OLDTCLSH%

0 commit comments

Comments
 (0)