Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
42b76aea
Commit
42b76aea
authored
Jul 13, 2005
by
Bill Hoffman
Browse files
BUG: remove part of patch from bug 1965 that set executable paths
parent
3d5a724d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmLocalVisualStudio7Generator.cxx
View file @
42b76aea
...
...
@@ -724,10 +724,7 @@ void cmLocalVisualStudio7Generator::OutputBuildTool(std::ostream& fout,
this
->
OutputLibraries
(
fout
,
configName
,
libName
,
target
);
fout
<<
"
\"\n
"
;
temp
=
m_ExecutableOutputPath
;
if
(
!
m_Makefile
->
GetDefinition
(
"EXECUTABLE_OUTPUT_PATH_OVERRIDE"
))
temp
+=
configName
;
temp
+=
configName
;
temp
+=
"/"
;
// do we have a different executable name?
...
...
@@ -740,8 +737,6 @@ void cmLocalVisualStudio7Generator::OutputBuildTool(std::ostream& fout,
temp
+=
libName
;
}
temp
+=
debugPostfix
;
temp
+=
".exe"
;
fout
<<
"
\t\t\t\t
OutputFile=
\"
"
<<
this
->
ConvertToXMLOutputPathSingle
(
temp
.
c_str
())
<<
"
\"\n
"
;
for
(
std
::
map
<
cmStdString
,
cmStdString
>::
iterator
i
=
flagMap
.
begin
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment