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
1b6afc5c
Commit
1b6afc5c
authored
Mar 08, 2001
by
Brad King
💬
Browse files
ENH: Added output of custom rules for XML sources.
parent
670afe1f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Source/cmDSPMakefile.cxx
View file @
1b6afc5c
...
...
@@ -202,6 +202,9 @@ void cmDSPMakefile::WriteDSPFile(std::ostream& fout)
this
->
WriteDSPBeginGroup
(
fout
,
"Header Files"
,
"h;hpp;hxx;hm;inl"
);
this
->
WriteDSPBuildRules
(
fout
,
"h;hpp;hxx;hm;inl"
);
this
->
WriteDSPEndGroup
(
fout
);
this
->
WriteDSPBeginGroup
(
fout
,
"XML Files"
,
"xml"
);
this
->
WriteDSPBuildRules
(
fout
,
"xml"
);
this
->
WriteDSPEndGroup
(
fout
);
this
->
WriteDSPBuildRule
(
fout
);
this
->
WriteDSPFooter
(
fout
);
}
...
...
Source/cmDSPWriter.cxx
View file @
1b6afc5c
...
...
@@ -202,6 +202,9 @@ void cmDSPMakefile::WriteDSPFile(std::ostream& fout)
this
->
WriteDSPBeginGroup
(
fout
,
"Header Files"
,
"h;hpp;hxx;hm;inl"
);
this
->
WriteDSPBuildRules
(
fout
,
"h;hpp;hxx;hm;inl"
);
this
->
WriteDSPEndGroup
(
fout
);
this
->
WriteDSPBeginGroup
(
fout
,
"XML Files"
,
"xml"
);
this
->
WriteDSPBuildRules
(
fout
,
"xml"
);
this
->
WriteDSPEndGroup
(
fout
);
this
->
WriteDSPBuildRule
(
fout
);
this
->
WriteDSPFooter
(
fout
);
}
...
...
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