diff options
author | John Ankarström <john@ankarstrom.se> | 2022-07-24 01:03:01 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-07-24 01:03:01 +0200 |
commit | 6807e951ae8faf7c3ba4c9b0b819864f35cb1ec5 (patch) | |
tree | 67a9ed6147b44429b4e7ff7fc75891dc384f04c8 /Makefile | |
parent | 9e8a3287c8fe00b919b7964d2e287e6c7b5f308b (diff) | |
download | EpisodeBrowser-6807e951ae8faf7c3ba4c9b0b819864f35cb1ec5.tar.gz |
Statically embed standard library.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |