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
cc6d5618
Commit
cc6d5618
authored
Sep 27, 2002
by
Bill Hoffman
Browse files
remove unused stuff
parent
fa1418fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmLocalUnixMakefileGenerator.cxx
View file @
cc6d5618
...
...
@@ -1548,11 +1548,9 @@ void cmLocalUnixMakefileGenerator::OutputMakeVariables(std::ostream& fout)
"CMAKE_C_SHLIB_RUNTIME_FLAG = @CMAKE_C_SHLIB_RUNTIME_FLAG@
\n
"
"CMAKE_SHLIB_RUNTIME_FLAG = @CMAKE_SHLIB_RUNTIME_FLAG@
\n
"
"CMAKE_SHLIB_RUNTIME_SEP = @CMAKE_SHLIB_RUNTIME_SEP@
\n
"
"DL_LIBS = @CMAKE_DL_LIBS@
\n
"
"SHLIB_LD_LIBS = @CMAKE_SHLIB_LD_LIBS@
\n
"
"SHLIB_SUFFIX = @CMAKE_SHLIB_SUFFIX@
\n
"
"MODULE_SUFFIX = @CMAKE_MODULE_SUFFIX@
\n
"
"THREAD_LIBS = @CMAKE_THREAD_LIBS@
\n
"
"RM = rm -f
\n
"
"
\n
"
;
std
::
string
replaceVars
=
variables
;
...
...
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