summaryrefslogtreecommitdiffstats
path: root/win/coffbase.txt
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2002-03-27 21:15:43 (GMT)
committerdavygrvy <davygrvy@pobox.com>2002-03-27 21:15:43 (GMT)
commit64498b577d1955dd0f2b6458753a1a4ead7c94ca (patch)
tree7d275598a37046675c0e975116a22aadfde9af9e /win/coffbase.txt
parente3cea75b71cf20329aa594fbd4c50fd84c3939e7 (diff)
downloadtcl-64498b577d1955dd0f2b6458753a1a4ead7c94ca.zip
tcl-64498b577d1955dd0f2b6458753a1a4ead7c94ca.tar.gz
tcl-64498b577d1955dd0f2b6458753a1a4ead7c94ca.tar.bz2
* win/.cvsignore:
* win/buildall.vc.bat: * win/coffbase.txt: * win/makefile.vc: * win/nmakehlp.c (new): * win/rules.vc: First draft fix for [Bug 527941]. More changes need to done to the makehelp target to get to stop leaving build files in the tools/ directory. This does not address the syntax errors in the man files. Having the contents of tcl.hpj(.in) inside makefile.vc allows for version numbers to be replaced with macros. The new nmakehlp.c is built by rules.vc in preprocessing and removes the need to use tricky shell syntax that wasn't compatible on Win9x systems. This is a first draft repair for [Bug 533862].
Diffstat (limited to 'win/coffbase.txt')
-rw-r--r--win/coffbase.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/coffbase.txt b/win/coffbase.txt
index 3a86392..3ab33ff 100644
--- a/win/coffbase.txt
+++ b/win/coffbase.txt
@@ -10,9 +10,9 @@
; the /headers option to get the "size of image" data (already in hex). If the
; maximum size is too small a linker warning will occur. Modules can overlap when
; they're mutually exclusive. This info is placed in the DLL's PE header by the
-; linker when the `-base:@$(TCLDIR)\win\coffbase.txt,XXX` option is used.
+; linker with the `-base:@$(TCLDIR)\win\coffbase.txt,<key>` option.
;
-; RCS: @(#) $Id: coffbase.txt,v 1.3 2002/02/22 03:29:05 davygrvy Exp $
+; RCS: @(#) $Id: coffbase.txt,v 1.4 2002/03/27 21:15:43 davygrvy Exp $
tcl 0x10000000 0x00200000
tcldde 0x10200000 0x00010000