MinGW build - code seems to ignore #if statements in winres.rc #4431
Unanswered
emendelson
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In the VS builds, I know that I can specify which icon file to use in vs\winres.rc, and I can modify the file to test #if SOMEDEF, then use a specific icon file.
But when I build in MinGW, the build seems to ignore #if statements that I add to the winres.rc code and simply uses the last icon file that it finds. Is there some way to make it test the #if statements when used in MinGW?
Beta Was this translation helpful? Give feedback.
All reactions