From f64aeefd863ebcc20b39f432c99e9d8bb961aa47 Mon Sep 17 00:00:00 2001 From: Walker Thompson Date: Wed, 20 May 2026 12:37:52 +0000 Subject: Add Win32 compilation flags (do not open Command Prompt at start) --- Makefile.MGW32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3