diff options
author | mistachkin <mistachkin@noemail.net> | 2007-02-09 06:54:31 (GMT) |
---|---|---|
committer | mistachkin <mistachkin@noemail.net> | 2007-02-09 06:54:31 (GMT) |
commit | fcc98edc29b406b8a2a7e0146f8bdfaba35073c1 (patch) | |
tree | 6f56c819dcdd30c34b7910b12f9213965f01a09e /win/nmakehlp.c | |
parent | 12a1cf1150111337815d685679eecbc37038e0e5 (diff) | |
download | tk-fcc98edc29b406b8a2a7e0146f8bdfaba35073c1.zip tk-fcc98edc29b406b8a2a7e0146f8bdfaba35073c1.tar.gz tk-fcc98edc29b406b8a2a7e0146f8bdfaba35073c1.tar.bz2 |
Windows build fixes
FossilOrigin-Name: c0b47a32cb4a5ffe8f23ab09ea0aae65a81130da
Diffstat (limited to 'win/nmakehlp.c')
-rw-r--r-- | win/nmakehlp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/nmakehlp.c b/win/nmakehlp.c index a84ee28..b2dde3f 100644 --- a/win/nmakehlp.c +++ b/win/nmakehlp.c @@ -10,7 +10,7 @@ * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * * ---------------------------------------------------------------------------- - * RCS: @(#) $Id: nmakehlp.c,v 1.6 2006/10/19 00:48:25 patthoyts Exp $ + * RCS: @(#) $Id: nmakehlp.c,v 1.7 2007/02/09 06:54:33 mistachkin Exp $ * ---------------------------------------------------------------------------- */ @@ -134,7 +134,7 @@ main( } } chars = snprintf(msg, sizeof(msg) - 1, - "usage: %s -c|-l|-f ...\n" + "usage: %s -c|-l|-f|-g|-V ...\n" "This is a little helper app to equalize shell differences between WinNT and\n" "Win9x and get nmake.exe to accomplish its job.\n", argv[0]); @@ -193,7 +193,7 @@ CheckForCompilerFeature( * Base command line. */ - lstrcpy(cmdline, "cl.exe -nologo -c -TC -Zs -X "); + lstrcpy(cmdline, "cl.exe -nologo -c -TC -Zs -X -Fp.\\_junk.pch "); /* * Append our option for testing |