Skip to content

Commit

Permalink
Remove v100 and v110 builds.
Browse files Browse the repository at this point in the history
I couldn't get these builds working on my new computer, sorry.
  • Loading branch information
madewokherd committed May 22, 2016
1 parent afe87aa commit c8e0862
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion copkg/.buildinfo
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ default {
};
};

("v100,v110,v120,v140", "Win32, x64", "Debug,Release", "Dynamic, Static, ltcg", "cdecl") => {
("v120,v140", "Win32, x64", "Debug,Release", "Dynamic, Static, ltcg", "cdecl") => {
// Can't use this until PTK supports VS2015
// .PushEnvironment {};
// .LoadSystemEnvironment {};
Expand Down
2 changes: 1 addition & 1 deletion copkg/libjpeg.autopkg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import @"version.inc";

#define { toolsets: "v100,v110,v120,v140"; }
#define { toolsets: "v120,v140"; }

configurations {
UserPlatformToolset {
Expand Down
10 changes: 1 addition & 9 deletions copkg/makeone.bat
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@

if /i %1 == v100 set MAJORVERSION=10
if /i %1 == v110 set MAJORVERSION=11
if /i %1 == v120 set MAJORVERSION=12
if /i %1 == v140 set MAJORVERSION=14

if /i %2 == Win32 set PLATFORMARG=x86
if /i %2 == x64 set PLATFORMARG=amd64

call "C:\Program Files (x86)\Microsoft Visual Studio %MAJORVERSION%.0\VC\vcvarsall.bat" %PLATFORMARG%
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"

msbuild ..\msvc\makejsln.sln /p:PlatformToolset=%1;Platform=%2;Configuration=%3;UsesConfigurationType=%4;CallingConvention=%5

Expand Down

0 comments on commit c8e0862

Please sign in to comment.