win32: Set the source code charset to UTF-8

This commit is contained in:
Nobuyoshi Nakada 2024-10-08 12:09:15 +09:00 committed by Nobuyoshi Nakada
parent 61bab18890
commit f286e70019
Notes: git 2025-12-17 08:39:21 +00:00

View File

@ -22,7 +22,7 @@ MAKE = $(MAKE) -f $(MAKEFILE)
MAKEFILE = Makefile
!endif
CPU = PROCESSOR_LEVEL
CC = $(CC) -nologo
CC = $(CC) -nologo -source-charset:utf-8
CPP = $(CC) -EP
all: -prologue- -generic- -epilogue-