1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-10-31 23:26:41 +00:00
openmw/apps
AnyOldName3 6d37618301 Add OpenMW-CS RC file to app rather than static lib
Static libraries on Windows can't have embedded resources, so this mean the icon for the CS wasn't used.
This could have also been resolved by explicitly requesting the library type as OBJECT rather than letting it default to STATIC (as object libraries aren't a thing on-disk and are just an abstraction in CMake so you can use the same object files in different targets), but this seemed less invasive.

I also made it Win32-only as a Windows .rc file is meaningless on Unix, but it shouldn't be MSVC-only as MinGW can consume them.
2024-01-06 16:56:52 +00:00
..
benchmarks Use concepts for some argument types 2023-11-16 22:22:46 +01:00
bsatool bsatool: Support extracting files with forward slash paths 2023-11-27 03:09:38 +03:00
bulletobjecttool Avoid redundant copies 2023-12-06 23:45:25 +04:00
esmtool Improve format version in content selector 2024-01-01 18:16:58 +04:00
essimporter Use NAM9 for stack count 2023-12-31 17:12:46 +00:00
launcher Use error messages instead of unhandled exceptions 2024-01-03 21:48:25 +04:00
mwiniimporter Simplify strings construction 2023-08-02 17:59:40 +04:00
navmeshtool Remove unused vfs argument from correctMeshPath 2023-12-26 14:14:52 +01:00
niftest Make niftest exceptions more informative 2023-11-30 22:35:46 +03:00
opencs Add OpenMW-CS RC file to app rather than static lib 2024-01-06 16:56:52 +00:00
opencs_tests Write StringRefId as is when converting UniversalId to string 2023-12-29 14:12:36 +01:00
openmw Merge branch 'sceneleak' into 'master' 2024-01-06 11:07:07 +00:00
openmw_test_suite Move animation handling to NpcAnimation 2024-01-01 13:58:55 +01:00
wizard Merge branch 'move_files' into 'master' 2023-12-24 09:58:24 +00:00
doc.hpp