aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-07-30 00:24:57 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-07-30 00:24:57 +0200
commitd485eb2bf7e0a82702afec9387f21bf0f89c985f (patch)
tree565d6f7affe181921889daa31a2d7b8c8f245e90
parent8e7ce9d430b439995ceddca2c4fb9e24ed323d3a (diff)
downloadEpisodeBrowser-d485eb2bf7e0a82702afec9387f21bf0f89c985f.tar.gz
Makefile: Add commented console option.
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 402e81c..8b50d20 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ CL = swipl-ld
CLFLAGS = -DUNICODE -D_UNICODE
CLFLAGS += -cc-options,-std=c++17 -Wall -Wextra -Wpedantic -Wno-missing-field-initializers -O2
CLFLAGS += -ld-options,-mwindows,-static-libstdc++ -lcomctl32 -luxtheme
+#CLFLAGS += -ld-options,-mconsole
all: showdeps b/$(EXE)
cp b/$(EXE) "C:\Users\John\Desktop\Delat"