- Timestamp:
- May 29, 2008, 3:30:04 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network/src/core/TclBind.cc
r1454 r1474 26 26 * 27 27 */ 28 29 #include "boost/filesystem.hpp" 28 30 29 31 #include <iostream> … … 62 64 void TclBind::setDataPath(const std::string& datapath) 63 65 { 64 this->tclLibPath_ = datapath + "/tcl" ;66 this->tclLibPath_ = datapath + "/tcl" + TCL_VERSION + "/"; 65 67 this->bSetTclLibPath_ = true; 66 68
Note: See TracChangeset
for help on using the changeset viewer.