summaryrefslogtreecommitdiff
path: root/src/Makefile.win32
diff options
context:
space:
mode:
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)