Browse Source

add sdx, add runtime tclkits to .gitignore

master
Julian Noble 1 year ago
parent
commit
571c545e03
  1. 2
      .gitignore
  2. 4
      bin/sdx.bat
  3. BIN
      bin/sdx.kit

2
.gitignore vendored

@ -6,6 +6,8 @@ punk*.exe
**/scratch/
scratch*
tclsh*.exe
tclkit*.exe
/runtime/tclkit*
*.swp
todo.txt
/_build/

4
bin/sdx.bat

@ -0,0 +1,4 @@
::lindex tcl;#\
@call "%~dp0..\src\runtime\tclkit86bi.exe" "%~dp0sdx.kit" %* & goto :eof
# --- --- --- --- --- --- --- --- --- --- --- --- ---begin comments only
#

BIN
bin/sdx.kit

Binary file not shown.
Loading…
Cancel
Save