diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-06-26 08:26:01 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-06-26 08:26:01 (GMT) |
commit | 7c0afa7cd675071e31a293505420b276cdc1a592 (patch) | |
tree | c2dfa542db92976050679d972ebc221fef180fc7 /win/makefile.vc | |
parent | 5ef1c629dfce15837e4cb375f572a85c36a27773 (diff) | |
parent | 595cb8637968efc657003e13c57b37354f1f66d6 (diff) | |
download | tcl-7c0afa7cd675071e31a293505420b276cdc1a592.zip tcl-7c0afa7cd675071e31a293505420b276cdc1a592.tar.gz tcl-7c0afa7cd675071e31a293505420b276cdc1a592.tar.bz2 |
Merge 8.5
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index 3edd266..88475ba 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -55,7 +55,7 @@ # c:\tcl_src\win\>nmake -f makefile.vc release
# c:\tcl_src\win\>nmake -f makefile.vc test
# c:\tcl_src\win\>nmake -f makefile.vc install INSTALLDIR=c:\progra~1\tcl
-# c:\tcl_src\win\>nmake -f makefile.vc release OPTS=pdbs
+# c:\tcl_src\win\>nmake -f makefile.vc release OPTS=pdbs
# c:\tcl_src\win\>nmake -f makefile.vc release OPTS=symbols
#
|