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
25b5897f
Commit
25b5897f
authored
Oct 02, 2002
by
Ken Martin
Browse files
Remove unnecessary new line
parent
8cac7682
Changes
1
Show whitespace changes
Inline
Side-by-side
Source/cmLocalBorlandMakefileGenerator.cxx
View file @
25b5897f
...
...
@@ -280,7 +280,7 @@ void cmLocalBorlandMakefileGenerator::OutputStaticLibraryRule(std::ostream& fout
command
+=
" $("
;
command
+=
this
->
CreateMakeVariable
(
name
,
"_SRC_OBJS_QUOTED"
)
+
")"
;
command
+=
"
\n
|
\n
"
;
command
+=
"
\n
|"
;
std
::
string
comment
=
"rule to build static library: "
;
comment
+=
name
;
std
::
string
customCommands
=
this
->
CreateTargetRules
(
t
,
name
);
...
...
Write
Preview
Markdown
is supported
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