summaryrefslogtreecommitdiff
path: root/solenv/inc/wnt.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-01-16 21:04:44 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-01-16 21:07:33 +0200
commit15b90d9fddbd5e28c4bbe1af6ea2e22b647a516c (patch)
tree9003b208bf15974beea478260d43dcb8a0ba4311 /solenv/inc/wnt.mk
parent086ce69a835841c36d264d3ea92e8350100f23bb (diff)
Just use name wntmsc.mk for the MSVC .mk file
Diffstat (limited to 'solenv/inc/wnt.mk')
-rw-r--r--solenv/inc/wnt.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/solenv/inc/wnt.mk b/solenv/inc/wnt.mk
index 4635fc197b6c..8b65c5f393e3 100644
--- a/solenv/inc/wnt.mk
+++ b/solenv/inc/wnt.mk
@@ -31,8 +31,9 @@
# --- Compiler ---
.IF "$(OS)$(COM)" == "WNTMSC"
-# for wntmsci12 (MSVC 2005) and wntmsci13 (MSVC 2010), 32- and 64-bit
-.INCLUDE : wntmsci11.mk
+# for wntmsci12, wntmscx12, wntmsci13 and wntmscx13
+# (MSVC 2008 and MSVC 2010, 32- and 64-bit)
+.INCLUDE : wntmsc.mk
.ENDIF # "$(OS)$(COM)" == "WNTMSC"
.IF "$(COM)$(OS)$(CPU)" == "GCCWNTI"