Skip to content
GitLab
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
227c86d8
Commit
227c86d8
authored
Dec 10, 2008
by
David Cole
Browse files
STYLE: Fix line length style violations.
parent
73f5e13c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Source/cmGlobalVisualStudio6Generator.cxx
View file @
227c86d8
...
...
@@ -419,7 +419,8 @@ void cmGlobalVisualStudio6Generator::WriteProject(std::ostream& fout,
if
(
this
->
FindTarget
(
0
,
j
->
first
.
c_str
()))
{
fout
<<
"Begin Project Dependency
\n
"
;
fout
<<
"Project_Dep_Name "
<<
GetVS6TargetName
(
j
->
first
.
c_str
())
<<
"
\n
"
;
fout
<<
"Project_Dep_Name "
<<
GetVS6TargetName
(
j
->
first
.
c_str
())
<<
"
\n
"
;
fout
<<
"End Project Dependency
\n
"
;
}
}
...
...
Source/cmLocalVisualStudio6Generator.cxx
View file @
227c86d8
...
...
@@ -1060,8 +1060,10 @@ void cmLocalVisualStudio6Generator
if
((
target
.
GetType
()
!=
cmTarget
::
SHARED_LIBRARY
&&
target
.
GetType
()
!=
cmTarget
::
STATIC_LIBRARY
&&
target
.
GetType
()
!=
cmTarget
::
MODULE_LIBRARY
)
||
(
target
.
GetType
()
==
cmTarget
::
SHARED_LIBRARY
&&
libName
!=
GetVS6TargetName
(
j
->
first
))
||
(
target
.
GetType
()
==
cmTarget
::
MODULE_LIBRARY
&&
libName
!=
GetVS6TargetName
(
j
->
first
)))
(
target
.
GetType
()
==
cmTarget
::
SHARED_LIBRARY
&&
libName
!=
GetVS6TargetName
(
j
->
first
))
||
(
target
.
GetType
()
==
cmTarget
::
MODULE_LIBRARY
&&
libName
!=
GetVS6TargetName
(
j
->
first
)))
{
// Compute the proper name to use to link this library.
std
::
string
lib
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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