1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-05 03:34:33 +00:00
openmw/apps/opencs
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
..
model Merge branch 'fix_universal_id' into 'master' 2024-01-01 23:05:57 +00:00
ui Move *.ui files for different applications to different folders 2023-12-19 15:21:08 +04:00
view Merge branch 'ref_id_universal_id' into 'master' 2023-12-30 10:59:03 +00:00
CMakeLists.txt Add OpenMW-CS RC file to app rather than static lib 2024-01-06 16:56:52 +00:00
editor.cpp Add game-independent VFS directory to CS' VFS 2023-12-24 17:55:49 +00:00
editor.hpp Drop support for --fs-strict 2023-06-08 21:10:09 +02:00
main.cpp Migrate from GraphicsWindowQt to QOpenGLWidget 2023-04-05 19:43:42 +04:00