From f06879087e872786f56084f504f3296ee79a0ee5 Mon Sep 17 00:00:00 2001 From: Jesús Corrius Date: Fri, 15 Oct 2010 01:36:09 +0200 Subject: Enable Microsoft Visual C++ 10 compiler in the build system --- scp2/source/ooo/ure.scp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scp2/source/ooo') 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 -- cgit