summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--solenv/inc/wnt.mk10
1 files changed, 7 insertions, 3 deletions
diff --git a/solenv/inc/wnt.mk b/solenv/inc/wnt.mk
index 6c18ff61cd7e..52713b8c54b3 100644
--- a/solenv/inc/wnt.mk
+++ b/solenv/inc/wnt.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: wnt.mk,v $
#
-# $Revision: 1.76 $
+# $Revision: 1.77 $
#
-# last change: $Author: kz $ $Date: 2005-11-07 12:43:41 $
+# last change: $Author: vg $ $Date: 2006-09-25 13:10:02 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -49,6 +49,10 @@ WRAPCMD_ENV*=$(WRAPCMD) -env
.INCLUDE : wntmsci10.mk
.ENDIF
+.IF "$(OS)$(COM)$(CPU)$(COMEX)" == "WNTMSCI11"
+.INCLUDE : wntmsci11.mk
+.ENDIF
+
.IF "$(COM)$(CVER)$(OS)$(CPU)" == "GCCC341WNTI"
.INCLUDE : wntgcci6.mk
.ENDIF
@@ -81,4 +85,4 @@ JAVA_RUNTIME=javai.lib
.ELSE
JAVA_RUNTIME=javai_g.lib
.ENDIF
-.ENDIF
+.ENDIF \ No newline at end of file