diff options
| author | Walker Thompson <walker.thompson@urz.uni-heidelberg.de> | 2026-05-20 12:37:52 +0000 |
|---|---|---|
| committer | Walker Thompson <walker.thompson@urz.uni-heidelberg.de> | 2026-05-20 12:37:52 +0000 |
| commit | f64aeefd863ebcc20b39f432c99e9d8bb961aa47 (patch) | |
| tree | db6f8082976130678dc278f424bc2a0762b1ec2d | |
| parent | 822877c6d6d019f725e7696855cf1996b2138ab0 (diff) | |
Add Win32 compilation flags (do not open Command Prompt at start)
| -rw-r--r-- | Makefile.MGW32 | 2 |
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 |
