summaryrefslogtreecommitdiffstats
path: root/Source/cmDSPMakefile.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2001-04-27 18:51:43 (GMT)
committerBrad King <brad.king@kitware.com>2001-04-27 18:51:43 (GMT)
commit2f42d7ffcb541979059715c6373f1d6f12044f5a (patch)
tree3663b73fb9c1352bd2a188a1392cced36f74f4dc /Source/cmDSPMakefile.h
parent9020fec9a9b975c2a22917da686700dd9227004f (diff)
downloadCMake-2f42d7ffcb541979059715c6373f1d6f12044f5a.zip
CMake-2f42d7ffcb541979059715c6373f1d6f12044f5a.tar.gz
CMake-2f42d7ffcb541979059715c6373f1d6f12044f5a.tar.bz2
BUG: Removed output of dual rules for source files that are processed by both the compiler and by a custom command. Also removed generation of duplicate CMakeLists.txt in the project files.
Diffstat (limited to 'Source/cmDSPMakefile.h')
-rw-r--r--Source/cmDSPMakefile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmDSPMakefile.h b/Source/cmDSPMakefile.h
index fe67aa2..6082f1e 100644
--- a/Source/cmDSPMakefile.h
+++ b/Source/cmDSPMakefile.h
@@ -101,7 +101,6 @@ private:
void WriteDSPEndGroup(std::ostream& fout);
void WriteDSPHeader(std::ostream& fout, const char *libName,
const cmTarget &tgt);
- void WriteDSPBuildRule(std::ostream& fout, const char*);
void WriteDSPBuildRule(std::ostream& fout);
void WriteDSPFooter(std::ostream& fout);
void AddDSPBuildRule(cmSourceGroup&);