summaryrefslogtreecommitdiff
path: root/src/Makefile.win32
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.win32')
-rwxr-xr-xsrc/Makefile.win323
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.win32 b/src/Makefile.win32
index dab95dd..52f024e 100755
--- a/src/Makefile.win32
+++ b/src/Makefile.win32
@@ -17,7 +17,7 @@
# change this in version.h too !!!!
MAJOR=3
-MINOR=7
+MINOR=8
PCREINC = -I "C:\Program Files\GnuWin32\include" #`pcre-config --cflags`
PCRELIB = "C:\Program Files\GnuWin32\lib\libpcre.lib" #`pcre-config --libs`
@@ -45,7 +45,6 @@ REGEXP= -DUSE_PCRE_REGEX -DPCRE_OPT=$(PCRE_OPT)
# see below
CHANNEL = -DTCL_CHANNEL_INTEGRATION
-
OBJ = ivyloop.obj timer.obj ivysocket.obj ivy.obj
# WINDOWS add ivyloop.obj if TCL_CHANNEL_INTEGRATION is not set