Use UTF-8 for MSVC and enable visual styles for Windows (#2888)
* Add proper manifest for Windows * MSVC: Use UTF-8 encoding compile option
This commit is contained in:
@@ -500,6 +500,7 @@ if(MSVC)
|
||||
/INCREMENTAL:NO;
|
||||
/FORCE:MULTIPLE
|
||||
>
|
||||
/MANIFEST:NO;
|
||||
/DEBUG;
|
||||
/SUBSYSTEM:WINDOWS
|
||||
)
|
||||
@@ -514,6 +515,7 @@ if(MSVC)
|
||||
/INCREMENTAL:NO;
|
||||
/FORCE:MULTIPLE
|
||||
>
|
||||
/MANIFEST:NO;
|
||||
/DEBUG;
|
||||
/SUBSYSTEM:WINDOWS
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user