diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-01-18 15:08:02 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-01-18 15:08:44 +0100 |
commit | aa318df8355334811649055494a03d6336becf66 (patch) | |
tree | 45df36dbc641bc72821b6ae089a62ddf4e9ec05e | |
parent | 1de8ddb72e6a1bc75f3e70b0024c940098948a4f (diff) |
Package stlport on Windows when requested (fdo#37561)
-rw-r--r-- | scp2/source/ooo/ure.scp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/source/ooo/ure.scp b/scp2/source/ooo/ure.scp index aece7265edd2..a7cafa8b1728 100644 --- a/scp2/source/ooo/ure.scp +++ b/scp2/source/ooo/ure.scp @@ -868,7 +868,7 @@ File gid_File_Dl_Stlport Name = SCP2_URE_DL_NORMAL("stlport_sunpro"); #endif #endif -#elif defined WNT && ((_MSC_VER == 1500) || (_MSC_VER == 1600)) +#elif defined WNT && defined _MSC #if defined _DEBUG_RUNTIME Name = SCP2_URE_DL_NORMAL("stlport_vc71_stldebug45"); #else |