From fbc04d171cd11ec16b9141dda95699323762a00b Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 26 May 2005 14:37:35 +0000 Subject: passage du separateur de message a \0 suppression des fonctions IvyChannel dynamique on se repose sur le linker modif des adresses mails --- src/Makefile.win32 | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/Makefile.win32') diff --git a/src/Makefile.win32 b/src/Makefile.win32 index dab95dd..3599350 100755 --- a/src/Makefile.win32 +++ b/src/Makefile.win32 @@ -16,8 +16,8 @@ # change this in version.h too !!!! -MAJOR=3 -MINOR=7 +MAJOR=4 +MINOR=0 PCREINC = -I "C:\Program Files\GnuWin32\include" #`pcre-config --cflags` PCRELIB = "C:\Program Files\GnuWin32\lib\libpcre.lib" #`pcre-config --libs` @@ -84,9 +84,6 @@ libivy.lib: $(OBJ) del /f $@ $(LIBTOOL)$@ $(OBJ) - -# TODO this PCREOBJ is a dirty hack - libivy.dll: $(OBJ) $(CC) /dll -o $@ $(OBJ) $(PCRELIB) -- cgit v1.1