smanders / externpro

build external projects with cmake
MIT License
13 stars 12 forks source link

wxInclude is too verbose, needs quiet mode #222

Closed smanders closed 6 years ago

smanders commented 6 years ago

when wxInclude is used to create header resources (https://github.com/smanders/externpro/blob/18.08.4/modules/xpfunmac.cmake#L1293), it is quite verbose

[  0%] Generating Resources/CollapsiblePaneDown2.hrc
wxInclude by Kim De Deyn, use --help for more information.

Build  : file '"CollapsiblePaneDown2.hrc"'...
Process: file 'CollapsiblePaneDown2.png'...
Build  : 0.000356s needed for conversion of 1 files.
[  0%] Generating Resources/CollapsiblePaneRight2.hrc
wxInclude by Kim De Deyn, use --help for more information.

Build  : file '"CollapsiblePaneRight2.hrc"'...
Process: file 'CollapsiblePaneRight2.png'...
Build  : 0.000347s needed for conversion of 1 files.
[  0%] Generating Resources/CloseBoxRed.hrc
wxInclude by Kim De Deyn, use --help for more information.

Build  : file '"CloseBoxRed.hrc"'...
Process: file 'CloseBoxRed.png'...
Build  : 0.000419s needed for conversion of 1 files.
[  0%] Generating Resources/VantageAscentSplash.hrc
wxInclude by Kim De Deyn, use --help for more information.

Build  : file '"VantageAscentSplash.hrc"'...
Process: file 'VantageAscentSplash.png'...
Build  : 0.025493s needed for conversion of 1 files.
[  0%] Generating Resources/VantageDiagnosticsSplash.hrc
wxInclude by Kim De Deyn, use --help for more information.

Build  : file '"VantageDiagnosticsSplash.hrc"'...
Process: file 'VantageDiagnosticsSplash.png'...
Build  : 0.025152s needed for conversion of 1 files.
[  0%] Generating Resources/VantageSoarSplash.hrc
wxInclude by Kim De Deyn, use --help for more information.

Build  : file '"VantageSoarSplash.hrc"'...
Process: file 'VantageSoarSplash.png'...
Build  : 0.026645s needed for conversion of 1 files.
[  0%] Generating Resources/VantageStanag4575ReaderSplash.hrc
wxInclude by Kim De Deyn, use --help for more information.

Build  : file '"VantageStanag4575ReaderSplash.hrc"'...
Process: file 'VantageStanag4575ReaderSplash.png'...
Build  : 0.010623s needed for conversion of 1 files.
[  0%] Generating Resources/VantageViewpointSplash.hrc
wxInclude by Kim De Deyn, use --help for more information.

Build  : file '"VantageViewpointSplash.hrc"'...
Process: file 'VantageViewpointSplash.png'...
Build  : 0.022206s needed for conversion of 1 files.

it would be nice if it had a --quiet option to limit the noise to only errors

smanders commented 6 years ago

completed with commits to dev branch referenced above