aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-08-18 20:04:36 +0000
committerlloyd <[email protected]>2008-08-18 20:04:36 +0000
commitdd802edfc18bc82c2e8aed85601c6436b4ba5335 (patch)
treea101c975811dc64bd86d4ad91ca5e4160aa43848 /misc
parenta8fd554ea0ec924b2e7a9d8808b12e5d784f209e (diff)
Fix autoconfiguration on Windows (testing on XP, VS 2008)
Diffstat (limited to 'misc')
-rw-r--r--misc/config/cc/msvc4
-rw-r--r--misc/config/os/windows2
2 files changed, 3 insertions, 3 deletions
diff --git a/misc/config/cc/msvc b/misc/config/cc/msvc
index df300dd68..a9dddab1d 100644
--- a/misc/config/cc/msvc
+++ b/misc/config/cc/msvc
@@ -1,8 +1,8 @@
realname "Visual C++"
-binary_name "cl /nologo"
+binary_name "cl.exe"
-compile_option "/c "
+compile_option "/nologo /c "
output_to_option "/Fo"
add_include_dir_option "/I"
add_lib_dir_option "-L"
diff --git a/misc/config/os/windows b/misc/config/os/windows
index c3e191c17..c21bc0045 100644
--- a/misc/config/os/windows
+++ b/misc/config/os/windows
@@ -18,5 +18,5 @@ all
<aliases>
win32
-mswin32
+MSWin32
</aliases>