]> git.draconx.ca Git - dxcommon.git/commitdiff
Add a macro to probe -mwindows on MinGW.
authorNick Bowler <nbowler@draconx.ca>
Fri, 18 Nov 2022 02:55:34 +0000 (21:55 -0500)
committerNick Bowler <nbowler@draconx.ca>
Fri, 18 Nov 2022 02:55:34 +0000 (21:55 -0500)
MinGW is typically configured to build console applications by default.
So in order to build a normal Windows GUI application, this flag is
needed when linking.  Otherwise, a console window will be opened when
the program is run.

Other Windows compilers probably have similar options which can added to
the probe in the future.


No differences found