Skip to content

Commit

Permalink
adjustments for newer build tools version
Browse files Browse the repository at this point in the history
  • Loading branch information
virmitio committed Jun 3, 2013
1 parent 0bcde83 commit 42112b3
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 20 deletions.
4 changes: 1 addition & 3 deletions copkg/.buildinfo
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ default {

.Copy {
SourceFiles : {
$(MSBuildThisFileDirectory)vcxproj.inc,
$(MSBuildThisFileDirectory)..\jconfig.vc,
$(MSBuildThisFileDirectory)..\makejsln.v11,
$(MSBuildThisFileDirectory)..\makeasln.v11,
Expand All @@ -30,7 +29,6 @@ default {
$(MSBuildThisFileDirectory)..\makervcx.v11,
};
DestinationFiles : {
$(MSBuildThisFileDirectory)..\msvc\vcxproj.inc,
$(MSBuildThisFileDirectory)..\msvc\jconfig.h,
$(MSBuildThisFileDirectory)..\msvc\makejsln.sln,
$(MSBuildThisFileDirectory)..\msvc\makeasln.sln,
Expand All @@ -43,7 +41,7 @@ default {
};
};

("v110, v100", "Win32, x64", "Debug,Release", "Dynamic, Static", "cdecl") => {
("v110, v100", "Win32, x64", "Debug,Release", "Dynamic, Static, ltcg", "cdecl") => {
.PushEnvironment {};
.LoadSystemEnvironment {};
.SetEnvironmentFromTarget.Target = "VC_${0}_${1}";
Expand Down
23 changes: 14 additions & 9 deletions copkg/libjpeg.autopkg
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,27 @@ Homepage: http://www.ijg.org/";

files {
include: {
..\jconfig.h,
..\jpeglib.h,
..\jmorecfg.h,
..\jerror.h,
..\msvc\jconfig.h,
..\msvc\jpeglib.h,
..\msvc\jmorecfg.h,
..\msvc\jerror.h,
};

source += {
..\*.c,
..\*.h,
};

("release,debug", "Win32,x64", "v100,v110") => {
[${0},${1},${2}] {
lib: { libjpeg\${0}\${1}\${2}\libjpeg.lib };
bin: { libjpeg\${0}\${1}\${2}\libjpeg.dll };
symbols: { libjpeg\${0}\${1}\${2}\libjpeg.pdb };
("v100,v110", "Win32,x64", "release,debug", "Dynamic", "cdecl") => {
[${0},${1},${2},${3},${4}] {
lib: { ..\msvc\output\${0}\${1}\${2}\${3}\${4}\lib\jpeg.lib };
bin: { ..\msvc\output\${0}\${1}\${2}\${3}\${4}\lib\jpeg.dll };
symbols: { ..\msvc\output\${0}\${1}\${2}\${3}\${4}\lib\jpeg.pdb };
};
};
("v100,v110", "Win32,x64", "release,debug", "Static,ltcg", "cdecl") => {
[${0},${1},${2},${3},${4}] {
lib: { ..\msvc\output\${0}\${1}\${2}\${3}\${4}\lib\jpeg.lib };
};
};
};
Expand Down
2 changes: 1 addition & 1 deletion copkg/version.inc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define { package-version: 8.0.4.14; }
#define { package-version: 9.0.1.1; }
2 changes: 1 addition & 1 deletion makecvcx.v11
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<Import Project="$(MSBuildThisFileDirectory)vcxproj.inc" Condition="exists('$(MSBuildThisFileDirectory)vcxproj.inc')"/>
<Import Project="$(CoAppEtcDirectory)vcxproj.inc" Condition="Exists('$(CoAppEtcDirectory)vcxproj.inc')" />
<ItemDefinitionGroup>
<ClCompile>
<WarningLevel>Level3</WarningLevel>
Expand Down
2 changes: 1 addition & 1 deletion makedvcx.v11
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<Import Project="$(MSBuildThisFileDirectory)vcxproj.inc" Condition="exists('$(MSBuildThisFileDirectory)vcxproj.inc')"/>
<Import Project="$(CoAppEtcDirectory)vcxproj.inc" Condition="Exists('$(CoAppEtcDirectory)vcxproj.inc')" />
<ItemDefinitionGroup>
<ClCompile>
<WarningLevel>Level3</WarningLevel>
Expand Down
2 changes: 1 addition & 1 deletion makejvcx.v11
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<Import Project="$(MSBuildThisFileDirectory)vcxproj.inc" Condition="exists('$(MSBuildThisFileDirectory)vcxproj.inc')"/>
<Import Project="$(CoAppEtcDirectory)vcxproj.inc" Condition="Exists('$(CoAppEtcDirectory)vcxproj.inc')" />
<ItemDefinitionGroup>
<ClCompile>
<WarningLevel>Level3</WarningLevel>
Expand Down
2 changes: 1 addition & 1 deletion makelvcx.v11
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(MSBuildThisFileDirectory)vcxproj.inc" Condition="exists('$(MSBuildThisFileDirectory)vcxproj.inc')"/>
<Import Project="$(CoAppEtcDirectory)vcxproj.inc" Condition="Exists('$(CoAppEtcDirectory)vcxproj.inc')" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
Expand Down
2 changes: 1 addition & 1 deletion makervcx.v11
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<Import Project="$(MSBuildThisFileDirectory)vcxproj.inc" Condition="exists('$(MSBuildThisFileDirectory)vcxproj.inc')"/>
<Import Project="$(CoAppEtcDirectory)vcxproj.inc" Condition="Exists('$(CoAppEtcDirectory)vcxproj.inc')" />
<ItemDefinitionGroup>
<ClCompile>
<WarningLevel>Level3</WarningLevel>
Expand Down
2 changes: 1 addition & 1 deletion maketvcx.v11
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<Import Project="$(MSBuildThisFileDirectory)vcxproj.inc" Condition="exists('$(MSBuildThisFileDirectory)vcxproj.inc')"/>
<Import Project="$(CoAppEtcDirectory)vcxproj.inc" Condition="Exists('$(CoAppEtcDirectory)vcxproj.inc')" />
<ItemDefinitionGroup>
<ClCompile>
<WarningLevel>Level3</WarningLevel>
Expand Down
2 changes: 1 addition & 1 deletion makewvcx.v11
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<Import Project="$(MSBuildThisFileDirectory)vcxproj.inc" Condition="exists('$(MSBuildThisFileDirectory)vcxproj.inc')"/>
<Import Project="$(CoAppEtcDirectory)vcxproj.inc" Condition="Exists('$(CoAppEtcDirectory)vcxproj.inc')" />
<ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
<ClCompile>
<Optimization>Full</Optimization>
Expand Down

0 comments on commit 42112b3

Please sign in to comment.