diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-14 13:32:11 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-14 13:32:11 (GMT) |
commit | 9b6fa1e54afb4f824ac6366f8e89439a3ec3be8e (patch) | |
tree | c82eb186ea5557b9639b822eadb8e951de54aa1e /win/makefile.bc | |
parent | a2110892447b53f535fd7d7aba9786904a82abf8 (diff) | |
download | tcl-9b6fa1e54afb4f824ac6366f8e89439a3ec3be8e.zip tcl-9b6fa1e54afb4f824ac6366f8e89439a3ec3be8e.tar.gz tcl-9b6fa1e54afb4f824ac6366f8e89439a3ec3be8e.tar.bz2 |
Improve build rules on Win w.r.t. zlib
Improve autoconf magic on Unix and Win
Diffstat (limited to 'win/makefile.bc')
-rw-r--r-- | win/makefile.bc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/win/makefile.bc b/win/makefile.bc index 633eb53..46d7ec3 100644 --- a/win/makefile.bc +++ b/win/makefile.bc @@ -272,7 +272,8 @@ TCLOBJS = \ $(TMPDIR)\tclWinPipe.obj \ $(TMPDIR)\tclWinSock.obj \ $(TMPDIR)\tclWinThrd.obj \ - $(TMPDIR)\tclWinTime.obj + $(TMPDIR)\tclWinTime.obj \ + $(TMPDIR)\tclZlib.obj TCLSTUBOBJS = \ $(TMPDIR)\tclStubLib.obj \ @@ -285,6 +286,7 @@ TCL_INCLUDES = -I"$(WINDIR)" -I"$(GENERICDIR)" TCL_DEFINES = $(DEBUGDEFINES) $(THREADDEFINES) $(SYMDEFINES) \ $(PROFDEFINES) $(OPTDEFINES) $(SIXFOURDEFINES) \ -DTCL_CFGVAL_ENCODING=${CFG_ENCODING} +### TODO: Add -DHAVE_ZLIB=1 ###################################################################### # Compiler flags |