diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-10 20:51:51 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-10 20:51:51 +0200 |
commit | 3777965f663b467554b88c00692e4a054472a836 (patch) | |
tree | b41a317e509058fc5fc849e2b1623c020956f385 | |
parent | f3cb9b11b75869919ee5878e742a60488c761799 (diff) | |
download | perl-starter-3777965f663b467554b88c00692e4a054472a836.tar.gz |
use -mwindows instead of explicit linker flag
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |