Skip to content

Commit

Permalink
th135arc-alt: link with -municode on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
brliron committed Jan 10, 2020
1 parent e9425da commit d0a9ce8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion th135arc-alt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit d0a9ce8

Please sign in to comment.