Searched full:vs2010 (Results 1 – 14 of 14) sorted by relevance
31 msvc/vs2010/libsodium/libsodium.props \32 msvc/vs2010/libsodium/libsodium.vcxproj \33 msvc/vs2010/libsodium/libsodium.vcxproj.filters \34 msvc/vs2010/libsodium/libsodium.xml \35 msvc/vs2010/libsodium.import.props \36 msvc/vs2010/libsodium.import.xml \37 msvc/vs2010/libsodium.sln \
191 … "build\VS2010\zstd.sln" /m /verbosity:minimal /property:PlatformToolset=v110 /p:ForceImportBefore…192 DIR build\VS2010\bin\%PLATFORM%_%CONFIGURATION%\*.exe &&193 …msbuild "build\VS2010\zstd.sln" /m /verbosity:minimal /property:PlatformToolset=v110 /t:Clean,Buil…194 DIR build\VS2010\bin\%PLATFORM%_%CONFIGURATION%\*.exe
170 + VS2010 project is compatible with VS2012, VS2013, VS2015 and VS2017.
39 /** VS2010 does not support inttypes - remove when VS2010 support is dropped */
116 "builds/msvc/vs2010/libsodium/libsodium.vcxproj.filters", sbox)136 "builds/msvc/vs2010/libsodium/libsodium.vcxproj", sbox)
11 CALL buildbase.bat ..\vs2010\libsodium.sln 10
33 As decltype is only available in newer compilers (VS2010 or gcc 4.3+37 #if _MSC_VER >= 1600 && defined(__cplusplus) /* VS2010 or newer in C++ mode */39 #else /* VS2008 or older (or VS2010 in C mode) */
63 As decltype is only available in newer compilers (VS2010 or gcc 4.3+68 #if _MSC_VER >= 1600 && defined(__cplusplus) /* VS2010 or newer in C++ mode */70 #else /* VS2008 or older (or VS2010 in C mode) */
34 As decltype is only available in newer compilers (VS2010 or gcc 4.3+38 #if _MSC_VER >= 1600 && defined(__cplusplus) /* VS2010 or newer in C++ mode */40 #else /* VS2008 or older (or VS2010 in C mode) */
41 /** VS2010 does not support inttypes - remove when VS2010 support is dropped */
958 "msvcr100d.dll", // VS2010 in InterestingDLLsAvailable()963 "msvcr100.dll", // VS2010 in InterestingDLLsAvailable()
122 /* lock used with NO_INTERLOCKEDOR64: VS2010 x86 */
690 Extensive build support for Windows VS2010 and MINGW (many many changes, over many months)
674 // GROUP_AFFINITY is already defined for _MSC_VER>=1600 (VS2010 and later).