From 618a3bf2be10a356bb103805ae3a535e016d90fc Mon Sep 17 00:00:00 2001 From: fcolin Date: Wed, 27 Jul 2005 14:39:41 +0000 Subject: use hash table to store msg callback and regexp --- src/Makefile.win32 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile.win32') diff --git a/src/Makefile.win32 b/src/Makefile.win32 index 2f318f1..7d91a8f 100755 --- a/src/Makefile.win32 +++ b/src/Makefile.win32 @@ -46,7 +46,7 @@ REGEXP= -DUSE_PCRE_REGEX -DPCRE_OPT=$(PCRE_OPT) CHANNEL = -DTCL_CHANNEL_INTEGRATION -OBJ = ivyloop.obj timer.obj ivysocket.obj ivy.obj ivybind.obj ivyargument.obj getopt.obj +OBJ = hash.obj ivyloop.obj timer.obj ivysocket.obj ivy.obj ivybind.obj ivyargument.obj getopt.obj # WINDOWS add ivyloop.obj if TCL_CHANNEL_INTEGRATION is not set TARGETS = ivyprobe.exe ivyperf.exe @@ -88,7 +88,7 @@ libivy.dll: $(OBJ) $(CC) -nologo /LD -o $@ $(OBJ) wsock32.lib $(PCRELIB) clean: - -del /f $(TARGETS) $(TARGETLIBS) *.obj *.a *.dll *~ + -del /f $(TARGETS) $(TARGETLIBS) *.obj *.a *.dll *.pdb *~ -- cgit v1.1