summaryrefslogtreecommitdiff
path: root/src/Makefile.win32
diff options
context:
space:
mode:
authorfcolin2005-05-26 14:37:35 +0000
committerfcolin2005-05-26 14:37:35 +0000
commitfbc04d171cd11ec16b9141dda95699323762a00b (patch)
treef2452251df738bc7d1995c636fd06e82e8f90c10 /src/Makefile.win32
parentdeaa6a5ec82c1d158caf360fd12672f72d7dae5b (diff)
downloadivy-c-fbc04d171cd11ec16b9141dda95699323762a00b.zip
ivy-c-fbc04d171cd11ec16b9141dda95699323762a00b.tar.gz
ivy-c-fbc04d171cd11ec16b9141dda95699323762a00b.tar.bz2
ivy-c-fbc04d171cd11ec16b9141dda95699323762a00b.tar.xz
passage du separateur de message a \0
suppression des fonctions IvyChannel dynamique on se repose sur le linker modif des adresses mails
Diffstat (limited to 'src/Makefile.win32')
-rwxr-xr-xsrc/Makefile.win327
1 files changed, 2 insertions, 5 deletions
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)