summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.MGW322
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.MGW32 b/Makefile.MGW32
index 496b117..8051a07 100644
--- a/Makefile.MGW32
+++ b/Makefile.MGW32
@@ -18,7 +18,7 @@ WXLDFLAGS = $(addprefix -l, $(basename $(WXLIBS)))
SSLLIBS = $(wildcard $(WIN32_DLL_DIR)/libcrypto*.dll)
SSLLDFLAGS = $(addprefix -l, $(basename $(SSLLIBS)))
-LDFLAGS = -L. -Wl,-Bdynamic $(WXLDFLAGS) $(SSLLDFLAGS)
+LDFLAGS = -L. -Wl,-Bdynamic $(WXLDFLAGS) $(SSLLDFLAGS) -Wl,-subsystem,windows -mwindows
OUT = totpgen
OBJS = wxgui.o crypto.o