summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorstanton <stanton>1999-05-07 20:06:52 (GMT)
committerstanton <stanton>1999-05-07 20:06:52 (GMT)
commit3d35353fe96d8703f973e4410629c560ff3b1611 (patch)
tree87c14c8609425bd9b509ec094e68f63459a52835 /win/makefile.vc
parentacaa514d52faca3a62281eb1e4d58c6a33657ca4 (diff)
downloadtcl-3d35353fe96d8703f973e4410629c560ff3b1611.zip
tcl-3d35353fe96d8703f973e4410629c560ff3b1611.tar.gz
tcl-3d35353fe96d8703f973e4410629c560ff3b1611.tar.bz2
* win/winDumpExts.c:
* win/makefile.vc: Changed to emit library name in defs file. [Bug: 1998]
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc7
1 files changed, 3 insertions, 4 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 39e8efe..8b662a3 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -6,7 +6,7 @@
# Copyright (c) 1995-1996 Sun Microsystems, Inc.
# Copyright (c) 1998-1999 by Scriptics Corporation.
#
-# RCS: @(#) $Id: makefile.vc,v 1.32 1999/05/05 20:29:04 stanton Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.33 1999/05/07 20:06:52 stanton Exp $
# Does not depend on the presence of any environment variables in
# order to compile tcl; all needed information is derived from
@@ -61,8 +61,7 @@ NODEBUG = 1
# needed when using Purify.
#
#DEBUGDEFINES = -DTCL_MEM_DEBUG -DTCL_COMPILE_DEBUG -DTCL_COMPILE_STATS
-#DEBUGDEFINES = -DUSE_TCLALLOC=0
-DEBUGDEFINES = -DTCL_COMPILE_DEBUG
+#DEBUGDEFINES = -DUSE_TCL_ALLOC=0
######################################################################
# Do not modify below this line
@@ -334,7 +333,7 @@ setup:
@$(MKDIR) $(OUTDIR)
$(DUMPEXTS): $(WINDIR)\winDumpExts.c
- $(cc32) $(CON_CFLAGS) -Fo$(TMPDIR)\ $?
+ $(cc32) $(CON_CFLAGS) -DTCL_LIB_VERSION=$(VERSION) -Fo$(TMPDIR)\ $?
set LIB="$(TOOLS32)\lib"
$(link32) $(ldebug) $(conlflags) $(guilibs) -out:$@ \
$(TMPDIR)\winDumpExts.obj