From 6807e951ae8faf7c3ba4c9b0b819864f35cb1ec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sun, 24 Jul 2022 01:03:01 +0200 Subject: Statically embed standard library. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1794dab..83c0360 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ PL = pl/cfg.pl pl/episode_data.pl pl/local_episodes.pl pl/track_episodes.pl CL = swipl-ld CLFLAGS = -DUNICODE -D_UNICODE CLFLAGS += -cc-options,-std=c++17 -Wall -Wextra -Wpedantic -O2 -CLFLAGS += -ld-options,-mwindows -lcomctl32 -luxtheme +CLFLAGS += -ld-options,-mwindows,-static-libstdc++ -lcomctl32 -luxtheme all: showdeps b/$(EXE) cp b/$(EXE) "C:\Users\John\Desktop\Delat" -- cgit v1.2.3