summaryrefslogtreecommitdiff
path: root/scp2/source/ooo
diff options
context:
space:
mode:
authorJesús Corrius <jesus@softcatala.org>2010-10-15 01:36:09 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-10-15 02:23:59 +0200
commitf06879087e872786f56084f504f3296ee79a0ee5 (patch)
treed83ee98e574ad12c2c942b5c6ea4e4a2123f5bac /scp2/source/ooo
parent5270167c759773bee48942b1cf6c7c66ebe97535 (diff)
Enable Microsoft Visual C++ 10 compiler in the build system
Diffstat (limited to 'scp2/source/ooo')
-rwxr-xr-xscp2/source/ooo/ure.scp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/source/ooo/ure.scp b/scp2/source/ooo/ure.scp
index 131562c6a102..f0f294a4edfd 100755
--- a/scp2/source/ooo/ure.scp
+++ b/scp2/source/ooo/ure.scp
@@ -988,7 +988,7 @@ File gid_File_Dl_Stlport
Name = SCP2_URE_DL_NORMAL("stlport_sunpro");
#endif
#endif
-#elif defined WNT && (defined(M1310) || defined(M1400) || defined(M1500) )
+#elif defined WNT && (defined(M1310) || defined(M1400) || defined(M1500) || defined (M1600) )
#if defined _STLP_DEBUG
Name = SCP2_URE_DL_NORMAL("stlport_vc71_stldebug45");
#else