diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-01-15 19:00:52 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-01-15 19:00:52 (GMT) |
commit | a7e1031efed8f95b58dc25e92bd5c977063da31e (patch) | |
tree | ee9d59afc9594a067fe21fb524f53589d8ff63c8 /Source/cmLocalVisualStudioGenerator.cxx | |
parent | feea7133ef7b48a5b39b2f0c8b1e86e5e159dc29 (diff) | |
download | CMake-a7e1031efed8f95b58dc25e92bd5c977063da31e.zip CMake-a7e1031efed8f95b58dc25e92bd5c977063da31e.tar.gz CMake-a7e1031efed8f95b58dc25e92bd5c977063da31e.tar.bz2 |
ENH: remove patch as directory change was already fixed
Diffstat (limited to 'Source/cmLocalVisualStudioGenerator.cxx')
-rw-r--r-- | Source/cmLocalVisualStudioGenerator.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmLocalVisualStudioGenerator.cxx b/Source/cmLocalVisualStudioGenerator.cxx index a12a4db..66be038 100644 --- a/Source/cmLocalVisualStudioGenerator.cxx +++ b/Source/cmLocalVisualStudioGenerator.cxx @@ -144,13 +144,6 @@ cmLocalVisualStudioGenerator script += newline; newline = newline_text; script += "cd "; - OSVERSIONINFO osv; - osv.dwOSVersionInfoSize = sizeof(osv); - GetVersionEx(&osv); - if(osv.dwPlatformId != VER_PLATFORM_WIN32_WINDOWS) - { - script += "/d "; - } script += this->Convert(workingDirectory, START_OUTPUT, SHELL); // Change the working drive. |