Home | History | Annotate | Download | only in lz4

Lines Matching full:platform

6     PLATFORM: "x64"
9 PLATFORM: "Win32"
12 PLATFORM: "x64"
15 PLATFORM: "Win32"
17 PLATFORM: "mingw64"
19 PLATFORM: "mingw32"
21 PLATFORM: "clang"
24 - ECHO Installing %COMPILER% %PLATFORM% %CONFIGURATION%
33 IF [%PLATFORM%]==[x64] (SET ADDITIONALPARAM=/p:LibraryPath="C:\Program Files\Microsoft SDKs\Windows\v7.1\lib\x64;c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\lib\amd64;C:\Program Files (x86)\Microsoft Visual Studio 10.0\;C:\Program Files (x86)\Microsoft Visual Studio 10.0\lib\amd64;")
37 - if [%PLATFORM%]==[mingw32] SET PATH=%PATH_MINGW32%;%PATH_ORIGINAL%
38 - if [%PLATFORM%]==[mingw64] SET PATH=%PATH_MINGW64%;%PATH_ORIGINAL%
39 - if [%PLATFORM%]==[clang] SET PATH=%PATH_MINGW64%;%PATH_ORIGINAL%
41 ECHO Building %COMPILER% %PLATFORM% %CONFIGURATION% &&
43 - if [%PLATFORM%]==[clang] (clang -v)
49 if not [%PLATFORM%]==[clang] (
57 - if [%COMPILER%]==[gcc] if not [%PLATFORM%]==[clang] (
72 - if [%COMPILER%]==[gcc] if [%PLATFORM%]==[mingw64] (
76 - if [%COMPILER%]==[gcc] if [%PLATFORM%]==[mingw32] (
83 ECHO *** Building Visual Studio 2010 %PLATFORM%\%CONFIGURATION% &&
85 msbuild "visual\VS2010\lz4.sln" %ADDITIONALPARAM% /m /verbosity:minimal /property:PlatformToolset=v100 /t:Clean,Build /p:Platform=%PLATFORM% /p:Configuration=%CONFIGURATION% /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" &&
87 ECHO *** Building Visual Studio 2012 %PLATFORM%\%CONFIGURATION% &&
89 msbuild "visual\VS2010\lz4.sln" /m /verbosity:minimal /property:PlatformToolset=v110 /t:Clean,Build /p:Platform=%PLATFORM% /p:Configuration=%CONFIGURATION% /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" &&
91 ECHO *** Building Visual Studio 2013 %PLATFORM%\%CONFIGURATION% &&
93 msbuild "visual\VS2010\lz4.sln" /m /verbosity:minimal /property:PlatformToolset=v120 /t:Clean,Build /p:Platform=%PLATFORM% /p:Configuration=%CONFIGURATION% /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" &&
95 ECHO *** Building Visual Studio 2015 %PLATFORM%\%CONFIGURATION% &&
97 msbuild "visual\VS2010\lz4.sln" /m /verbosity:minimal /property:PlatformToolset=v140 /t:Clean,Build /p:Platform=%PLATFORM% /p:Configuration=%CONFIGURATION% /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" &&
98 COPY visual\VS2010\bin\%PLATFORM%_%CONFIGURATION%\*.exe programs\
103 ECHO Testing %COMPILER% %PLATFORM% %CONFIGURATION% &&
129 PLATFORM: "mingw64"
140 PLATFORM: "mingw32"