summaryrefslogtreecommitdiff
path: root/src/Makefile.win32
diff options
context:
space:
mode:
authorfcolin2005-07-27 14:39:41 +0000
committerfcolin2005-07-27 14:39:41 +0000
commit618a3bf2be10a356bb103805ae3a535e016d90fc (patch)
treec44894b06fd3ccd2d3ea5480a31882c431c569f8 /src/Makefile.win32
parent0ca33f5bf0d079dbe61cee5a86b7ba720deef766 (diff)
downloadivy-c-618a3bf2be10a356bb103805ae3a535e016d90fc.zip
ivy-c-618a3bf2be10a356bb103805ae3a535e016d90fc.tar.gz
ivy-c-618a3bf2be10a356bb103805ae3a535e016d90fc.tar.bz2
ivy-c-618a3bf2be10a356bb103805ae3a535e016d90fc.tar.xz
use hash table to store msg callback and regexp
Diffstat (limited to 'src/Makefile.win32')
-rwxr-xr-xsrc/Makefile.win324
1 files changed, 2 insertions, 2 deletions
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 *~