Replies: 3 comments 4 replies
-
Would it be possible for you to upload a minimum reproducing sample? @Jarod42 can we get an integration test in your samples project to have verification against this bug? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Example files |
Beta Was this translation helpful? Give feedback.
1 reply
-
In premake5-beta3, the defect I mentioned only exists if the .rc file is the first in alphabetical order to the others. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
windows 10.
premake5 - beta3.
mingw-64.
I have a file-rc.
With gmake no problem. With gmake2 premake5 -beta3 it crashes because it does not find and does not create the obj/..... folders.
If I create them first and manually, no problem, it finds them and writes the.res file and the object files to them.
Beta Was this translation helpful? Give feedback.
All reactions