diff options
author | lloyd <[email protected]> | 2006-09-08 21:58:35 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-09-08 21:58:35 +0000 |
commit | 0bd8c8b21ab12059297bce66e6ca7d8118458ffb (patch) | |
tree | f8b50dd50710b28a5606732bda0ea792ee50c2f3 /misc | |
parent | 8a9cf332c58ff9e6e083c6081d2e967128025ad5 (diff) |
Fix a bug when generating nmake-style makefiles.
Make sure to close the output file in process_template
Work around some Visual Studio command-line brain damange.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/config/cc/msvc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/config/cc/msvc b/misc/config/cc/msvc index 29270270b..3f444a9c3 100644 --- a/misc/config/cc/msvc +++ b/misc/config/cc/msvc @@ -2,7 +2,7 @@ realname "Visual C++ 2000/2003" binary_name "cl /nologo" -compile_option "/c" +compile_option "/c " output_to_option "/Fo" add_include_dir_option "/I" add_lib_dir_option "-L" |