apparently this will allow for utf-8?
This commit is contained in:
@@ -112,7 +112,7 @@ endif()
|
|||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
enable_language(RC)
|
enable_language(RC)
|
||||||
target_sources(${PROJECT_NAME} PRIVATE Icon.rc)
|
target_sources(${PROJECT_NAME} PRIVATE anm2ed.rc)
|
||||||
target_compile_options(${PROJECT_NAME} PRIVATE /EHsc)
|
target_compile_options(${PROJECT_NAME} PRIVATE /EHsc)
|
||||||
target_link_options(${PROJECT_NAME} PRIVATE /STACK:0xffffff)
|
target_link_options(${PROJECT_NAME} PRIVATE /STACK:0xffffff)
|
||||||
target_link_options(${PROJECT_NAME} PRIVATE
|
target_link_options(${PROJECT_NAME} PRIVATE
|
||||||
|
|||||||
4
anm2ed.rc
Normal file
4
anm2ed.rc
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
#include <windows.h>
|
||||||
|
|
||||||
|
IDI_ICON1 ICON DISCARDABLE "Icon.ico"
|
||||||
|
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "app.manifest"
|
||||||
8
app.manifest
Normal file
8
app.manifest
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||||
|
<application>
|
||||||
|
<windowsSettings>
|
||||||
|
<activeCodePage>UTF-8</activeCodePage>
|
||||||
|
</windowsSettings>
|
||||||
|
</application>
|
||||||
|
</assembly>
|
||||||
Reference in New Issue
Block a user