From 4d86b681de366ab168823e113506428fa72b13d7 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 17 May 2001 11:22:11 -0400 Subject: Renamed gccxml input/output files to drop _tcl qualification. --- Source/cmCableWrapTclCommand.cxx | 4 ++-- 1 file 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()); -- cgit v0.12