summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudioGenerator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-01-15 19:00:52 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-01-15 19:00:52 (GMT)
commita7e1031efed8f95b58dc25e92bd5c977063da31e (patch)
treeee9d59afc9594a067fe21fb524f53589d8ff63c8 /Source/cmLocalVisualStudioGenerator.cxx
parentfeea7133ef7b48a5b39b2f0c8b1e86e5e159dc29 (diff)
downloadCMake-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.cxx7
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.