]> git.draconx.ca Git - dxcommon.git/commit
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)
commit188aeb2923283620ba772e37c6c4d6a7cb605b78
tree734cf1878490a91dd0fe6f52560c3149a230fc2c
parent8cda0a6cc9cc31edf0fe94c470038f12c8dcc905
Add a macro to probe -mwindows on MinGW.

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.
m4/w32gui.m4 [new file with mode: 0644]
scripts/pe-subsys.awk [new file with mode: 0755]
t/ccw32.sh [new file with mode: 0755]
tests/macros.at