summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authormistachkin <mistachkin@noemail.net>2007-01-19 09:00:29 (GMT)
committermistachkin <mistachkin@noemail.net>2007-01-19 09:00:29 (GMT)
commit5f8ad7d40717ac854df6b24cca3f62a817de3b6c (patch)
tree602865eff218f443473c6fe9250f74f2112c49dd /win/makefile.vc
parent54bae7d8f51d89c6dbc43b44c706ca2e0abe9d05 (diff)
downloadtk-5f8ad7d40717ac854df6b24cca3f62a817de3b6c.zip
tk-5f8ad7d40717ac854df6b24cca3f62a817de3b6c.tar.gz
tk-5f8ad7d40717ac854df6b24cca3f62a817de3b6c.tar.bz2
Build fix for man2tcl.c with MSVC8
FossilOrigin-Name: 6588ab55bf64bfa748934fe02f021ec13c904550
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc6
1 files changed, 4 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 2cb4aad..5b33f4e 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -12,7 +12,7 @@
# Copyright (c) 2001-2004 David Gravereaux.
#
#------------------------------------------------------------------------------
-# RCS: @(#) $Id: makefile.vc,v 1.98 2006/11/03 11:22:22 patthoyts Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.99 2007/01/19 09:00:30 mistachkin Exp $
#------------------------------------------------------------------------------
# Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR)
@@ -715,7 +715,9 @@ CreateButton(4, "FAQ", ExecFile("http://www.purl.org/NET/Tcl-FAQ/"))
$(CPY) "$(DOCTMP_DIR)\$(@B).cnt" "$(OUT_DIR)"
$(MAN2TCL): $(TCLTOOLSDIR)\$$(@B).c
- $(cc32) -nologo -G4 -ML -O2 -Fo$(@D)\ $(TCLTOOLSDIR)\$(@B).c -link -out:$@
+ $(cc32) $(TK_CFLAGS) -Fo$(@D)\ $(TCLTOOLSDIR)\$(@B).c
+ $(link32) $(conlflags) -out:$@ -stack:16384 $(@D)\man2tcl.obj
+ $(_VC_MANIFEST_EMBED_EXE)
$(HELPRTF): $(MAN2TCL) $(MAN2HELP) $(MAN2HELP2) $(INDEX)
$(TCLSH) $(MAN2HELP) -bitmap $(BMP_NOPATH) $(PROJECT) $(VERSION) $(DOCDIR:\=/)