From f4c5e0df26399eb354fb909aef19045645007715 Mon Sep 17 00:00:00 2001 From: fcolin Date: Mon, 23 Jun 2008 12:57:35 +0000 Subject: Mise a jour pour compilation MinGW --- tools/Makefile.mingw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/Makefile.mingw') diff --git a/tools/Makefile.mingw b/tools/Makefile.mingw index 8fd66a7..d2d71e4 100644 --- a/tools/Makefile.mingw +++ b/tools/Makefile.mingw @@ -26,7 +26,7 @@ GLUTINC = -I/usr/include -I. GLUTLIB = -L. TCLINCL = -I/usr/include/tcl8.4 TCLLIB = -ltcl84 -EXTRALIB= -L../src +EXTRALIB= -L../src -lwsock32 -lregex EXTRAINC=-I../src @@ -43,7 +43,7 @@ TARGETS = ivyprobe all: $(TARGETS) ivyprobe: ivyprobe.o ../src/libivy.a - (CC) $(CFLAGS) $(EXTRAINC) -o $@ ivyprobe.o -L. -livy $(PCRELIB) $(EXTRALIB) + $(CC) $(CFLAGS) $(EXTRAINC) -o $@ ivyprobe.o -L. -livy $(PCRELIB) $(EXTRALIB) clean: -$(RM) $(TARGETS) *.o *.a *.so *.so.* *~ -- cgit v1.1