aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-05-10 20:51:51 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-05-10 20:51:51 +0200
commit3777965f663b467554b88c00692e4a054472a836 (patch)
treeb41a317e509058fc5fc849e2b1623c020956f385
parentf3cb9b11b75869919ee5878e742a60488c761799 (diff)
downloadperl-starter-3777965f663b467554b88c00692e4a054472a836.tar.gz
use -mwindows instead of explicit linker flag
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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