Changeset 2700 for code/branches/buildsystem3/src
- Timestamp:
- Feb 27, 2009, 12:51:13 PM (16 years ago)
- Location:
- code/branches/buildsystem3/src/cpptcl
- Files:
-
- 2 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 (...) {} -
code/branches/buildsystem3/src/cpptcl/cpptcl.cc
r2664 r2700 866 866 try 867 867 { 868 this->eval("set tcl_library " + libpath);868 this->eval("set tcl_library \"" + libpath + "\""); 869 869 Tcl_Init(this->interp_); 870 870 } catch (...) {}
Note: See TracChangeset
for help on using the changeset viewer.