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
Fred Wright
CMake
Commits
3f011158
Commit
3f011158
authored
Feb 05, 2007
by
Bill Hoffman
Browse files
ENH: merge changes from main trunk
parent
4bf136ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmLocalUnixMakefileGenerator3.h
View file @
3f011158
...
...
@@ -51,18 +51,6 @@ public:
virtual
void
Generate
();
// this returns the relative path between the HomeOutputDirectory and this
// local generators StartOutputDirectory
const
std
::
string
&
GetHomeRelativeOutputPath
();
...
...
@@ -135,6 +123,15 @@ public:
*/
void
SetSilentNoColon
(
bool
v
)
{
this
->
SilentNoColon
=
v
;}
/**
* If set to true, the CMake variable CMAKE_VERBOSE_MAKEFILES doesn't have
* anymore. Set it to true when writing a generator where short output
* doesn't make sense, e.g. because the full output is parsed by an
* IDE/editor.
*/
void
SetForceVerboseMakefiles
(
bool
enable
)
{
this
->
ForceVerboseMakefiles
=
enable
;}
/**
* Set the command to use for native make shell echo. The value
* should include all parts of the command up to the beginning of
...
...
@@ -267,19 +264,6 @@ protected:
void
WriteDirectoryInformationFile
();
// write the depend info
void
WriteDependLanguageInfo
(
std
::
ostream
&
cmakefileStream
,
cmTarget
&
tgt
);
...
...
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