From d0a9ce839284998d7b874bee72dc69e51d9a195f Mon Sep 17 00:00:00 2001 From: brliron Date: Fri, 10 Jan 2020 20:33:00 +0100 Subject: [PATCH] th135arc-alt: link with -municode on Windows --- th135arc-alt/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/th135arc-alt/Makefile b/th135arc-alt/Makefile index 112ee6e..1742d27 100644 --- a/th135arc-alt/Makefile +++ b/th135arc-alt/Makefile @@ -19,11 +19,12 @@ OBJS = $(SRCS:.cpp=.o) CXXFLAGS = -Wall -Wextra -std=c++2a ifeq ($(OS),Windows_NT) CXXFLAGS += -municode +LDFLAGS += -municode endif CXXFLAGS += -IMIRACL -LDFLAGS = MIRACL/miracl.a -lz -g +LDFLAGS += MIRACL/miracl.a -lz -g all: $(NAME)