- Timestamp:
- Feb 27, 2009, 12:51:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem3/src/cpptcl/changes_orxonox.diff
r2664 r2700 39 39 + try 40 40 + { 41 + this->eval("set tcl_library " + libpath);41 + this->eval("set tcl_library \"" + libpath + "\""); 42 42 + Tcl_Init(this->interp_); 43 43 + } catch (...) {}
Note: See TracChangeset
for help on using the changeset viewer.