summaryrefslogtreecommitdiffstats
path: root/Source/cmCableWrapTclCommand.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2001-05-17 15:22:11 (GMT)
committerBrad King <brad.king@kitware.com>2001-05-17 15:22:11 (GMT)
commit4d86b681de366ab168823e113506428fa72b13d7 (patch)
tree4799775422781389e7b624ba9d5199fba55aeb0e /Source/cmCableWrapTclCommand.cxx
parent7514adc9a3cd27d109bd3437142bab8e2e4ee453 (diff)
downloadCMake-4d86b681de366ab168823e113506428fa72b13d7.zip
CMake-4d86b681de366ab168823e113506428fa72b13d7.tar.gz
CMake-4d86b681de366ab168823e113506428fa72b13d7.tar.bz2
Renamed gccxml input/output files to drop _tcl qualification.
Diffstat (limited to 'Source/cmCableWrapTclCommand.cxx')
-rw-r--r--Source/cmCableWrapTclCommand.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmCableWrapTclCommand.cxx b/Source/cmCableWrapTclCommand.cxx
index 0fe880c..634e690 100644
--- a/Source/cmCableWrapTclCommand.cxx
+++ b/Source/cmCableWrapTclCommand.cxx
@@ -186,8 +186,8 @@ void cmCableWrapTclCommand::GenerateCableClassFiles(const char* name,
std::string className = name;
std::string groupName = m_TargetName+"_"+indexStr;
std::string classConfigName = outDir+"/Tcl/"+groupName+"_config_tcl.xml";
- std::string classCxxName = outDir+"/Tcl/"+groupName+"_cxx_tcl.cxx";
- std::string classXmlName = outDir+"/Tcl/"+groupName+"_cxx_tcl.xml";
+ std::string classCxxName = outDir+"/Tcl/"+groupName+"_cxx.cxx";
+ std::string classXmlName = outDir+"/Tcl/"+groupName+"_cxx.xml";
std::string classTclName = outDir+"/Tcl/"+groupName+"_tcl";
cmGeneratedFileStream classConfig(classConfigName.c_str());