diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2000-09-21 17:45:08 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2000-09-21 17:45:08 (GMT) |
commit | 1e3ba0f1d72873233193ce69614fd4bd880e8fc5 (patch) | |
tree | da0313b2bf9af52e9b17f639d78a940788c30a2a /Source/cmDSWMakefile.cxx | |
parent | 749b7ff7a3556934f4a7d6ead0f9a4d3ade7fad0 (diff) | |
download | CMake-1e3ba0f1d72873233193ce69614fd4bd880e8fc5.zip CMake-1e3ba0f1d72873233193ce69614fd4bd880e8fc5.tar.gz CMake-1e3ba0f1d72873233193ce69614fd4bd880e8fc5.tar.bz2 |
ENH: clean up code, and varible names
Diffstat (limited to 'Source/cmDSWMakefile.cxx')
-rw-r--r-- | Source/cmDSWMakefile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDSWMakefile.cxx b/Source/cmDSWMakefile.cxx index 271bd3e..5ce7b2c 100644 --- a/Source/cmDSWMakefile.cxx +++ b/Source/cmDSWMakefile.cxx @@ -12,7 +12,7 @@ #undef GetCurrentDirectory #undef SetCurrentDirectory -// virtual override, ouput the makefile +// output the DSW file void cmDSWMakefile::OutputDSWFile() { if(m_OutputDirectory == "") |