1 parent 333ec23 commit fa195eeCopy full SHA for fa195ee
1 file changed
CMakeLists.txt
@@ -76,9 +76,10 @@ set(WINDOWN_SOURCES
76
)
77
78
# Windows resource file (icon + version info)
79
-if(WIN32)
80
- list(APPEND WINDOWN_SOURCES resources/windown3000.rc)
81
-endif()
+# Requires resources/icons/windown3000.ico — generate from SVG before enabling
+# if(WIN32)
+# list(APPEND WINDOWN_SOURCES resources/windown3000.rc)
82
+# endif()
83
84
# ---------------------------------------------------------------------------
85
# Resources
0 commit comments