added linker command for regex in mingw config

Tue, 05 Aug 2014 14:05:11 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 05 Aug 2014 14:05:11 +0200
changeset 59
ec68175aad25
parent 58
1708cba82ca3
child 60
cdca2eef48ee

added linker command for regex in mingw config

mingw.mk file | annotate | diff | comparison | revisions
--- a/mingw.mk	Tue Aug 05 14:00:35 2014 +0200
+++ b/mingw.mk	Tue Aug 05 14:05:11 2014 +0200
@@ -33,7 +33,7 @@
 
 CFLAGS  = -std=gnu99 -g -c
 COFLAGS = -o
-LDFLAGS = 
+LDFLAGS = -lregex
 LOFLAGS = -o
 ARFLAGS = -r
 RMFLAGS = -f

mercurial