From 3777965f663b467554b88c00692e4a054472a836 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 10 May 2012 20:51:51 +0200 Subject: use -mwindows instead of explicit linker flag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0488d60..507fbb7 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ PERL_LDOPTS := -L/c/strawberry/perl/lib/CORE -lperl510 CFLAGS := $(PERL_CCOPTS) -std=gnu99 CPPFLAGS := -LDFLAGS := $(PERL_LDOPTS) -Wl,--subsystem,windows +LDFLAGS := $(PERL_LDOPTS) -mwindows all : kephra.exe -- cgit v1.2.3