Skip to content

Conversation

IAmNotHanni
Copy link
Member

@IAmNotHanni IAmNotHanni commented May 3, 2021

Closes #382
Closes #420

grafik

TODO

@IAmNotHanni IAmNotHanni added the cat:enhancement enhancement/requested feature/update of existing features label May 3, 2021
@IAmNotHanni IAmNotHanni self-assigned this May 3, 2021
Copy link
Member

@IceflowRE IceflowRE left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In general theres no need to configure the .rc file, as you just can include our meta.hpp with all the data and use it there.

@IAmNotHanni IAmNotHanni added the org:on hold on hold, until ... label May 16, 2021
@IAmNotHanni IAmNotHanni force-pushed the hanni/windows_ressource_file branch from 7090fac to 5985343 Compare July 19, 2021 19:10
@IAmNotHanni IAmNotHanni marked this pull request as ready for review July 19, 2021 22:08
@IAmNotHanni IAmNotHanni requested review from IceflowRE and yeetari July 19, 2021 22:08
@IAmNotHanni IAmNotHanni removed the org:on hold on hold, until ... label Jul 19, 2021
@IAmNotHanni
Copy link
Member Author

Alright I'm ready for review 👍

@IAmNotHanni
Copy link
Member Author

I will include the following fix in meta.hpp.in

#ifndef NDEBUG
constexpr const char *BUILD_TYPE = "Debug";
#else
constexpr const char *BUILD_TYPE = "Release";
#endif

This will also fix #420

@IceflowRE
Copy link
Member

Will review the rest later.

@IAmNotHanni IAmNotHanni force-pushed the hanni/windows_ressource_file branch from 8fb8acf to ffd6495 Compare July 28, 2021 17:53
@IAmNotHanni
Copy link
Member Author

I rebased onto master.

@IAmNotHanni IAmNotHanni force-pushed the hanni/windows_ressource_file branch from ffd6495 to 0458ae4 Compare July 30, 2021 19:37
@IAmNotHanni

This comment was marked as resolved.

@IceflowRE

This comment was marked as outdated.

@IAmNotHanni IAmNotHanni added the prio:low This has low priority. label Sep 27, 2021
@IAmNotHanni IAmNotHanni marked this pull request as draft November 28, 2021 12:10
@IAmNotHanni IAmNotHanni force-pushed the hanni/windows_ressource_file branch from 0458ae4 to dc37829 Compare October 7, 2025 10:32
@IAmNotHanni IAmNotHanni force-pushed the hanni/windows_ressource_file branch from 94e5281 to 861b7aa Compare October 7, 2025 12:47
@IAmNotHanni IAmNotHanni marked this pull request as ready for review October 7, 2025 12:48
@IAmNotHanni IAmNotHanni requested a review from IceflowRE October 7, 2025 12:48
@IAmNotHanni IAmNotHanni dismissed IceflowRE’s stale review October 7, 2025 12:49

Outdated. Please re-review

@IAmNotHanni
Copy link
Member Author

IAmNotHanni commented Oct 7, 2025

Alright, ready for review again.
This also works for tests and benchmarks :)
It also works with the Windows builds from CI correctly, nice!

@IAmNotHanni
Copy link
Member Author

Ah I think I can just merge this. All previous issues have been resolved.
I will work on the wiki update next.

@IAmNotHanni IAmNotHanni merged commit 6b11b2c into main Oct 9, 2025
16 checks passed
@IAmNotHanni IAmNotHanni deleted the hanni/windows_ressource_file branch October 9, 2025 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cat:enhancement enhancement/requested feature/update of existing features prio:low This has low priority.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build type in engine metadata is empty on Windows Add Windows resource file for executable icon and version

2 participants