summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Rozenfeld <vrozenfe@redhat.com>2014-12-14 21:47:02 +1100
committerVadim Rozenfeld <vrozenfe@redhat.com>2014-12-14 21:47:02 +1100
commitaf54beffe165a2b8c5b7714bf2e3c704e42698ba (patch)
tree95b485ce5ede8a500a1757a4878be6e0a2cc9037
parent861b2d2d444f2fc60b58fd2eb1ee8b812a701ce6 (diff)
add Win8.1 as a build target
-rwxr-xr-xqxldod Package/qxldod Package.vcxproj40
-rwxr-xr-xqxldod/qxldod.vcxproj16
2 files changed, 47 insertions, 9 deletions
diff --git a/qxldod Package/qxldod Package.vcxproj b/qxldod Package/qxldod Package.vcxproj
index f71e4c6..2935ed7 100755
--- a/qxldod Package/qxldod Package.vcxproj
+++ b/qxldod Package/qxldod Package.vcxproj
@@ -149,7 +149,45 @@
<VerifyDrivers />
<VerifyFlags>133563</VerifyFlags>
</PropertyGroup>
- <ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Debug|Win32'">
+ <Inf2Cat>
+ <WindowsVersionList>8_x86,6_3_x86</WindowsVersionList>
+ </Inf2Cat>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Release|Win32'">
+ <Inf2Cat>
+ <WindowsVersionList>8_x86,6_3_x86</WindowsVersionList>
+ </Inf2Cat>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Debug|Win32'">
+ <Inf2Cat>
+ <WindowsVersionList>8_x86,6_3_x86</WindowsVersionList>
+ </Inf2Cat>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Release|Win32'">
+ <Inf2Cat>
+ <WindowsVersionList>8_x86,6_3_x86</WindowsVersionList>
+ </Inf2Cat>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Debug|x64'">
+ <Inf2Cat>
+ <WindowsVersionList>8_x64,Server8_x64,Server6_3_x64,6_3_x64</WindowsVersionList>
+ </Inf2Cat>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Release|x64'">
+ <Inf2Cat>
+ <WindowsVersionList>8_x64,Server8_x64,Server6_3_x64,6_3_x64</WindowsVersionList>
+ </Inf2Cat>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Debug|x64'">
+ <Inf2Cat>
+ <WindowsVersionList>8_x64,Server8_x64,Server6_3_x64,6_3_x64</WindowsVersionList>
+ </Inf2Cat>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Release|x64'">
+ <Inf2Cat>
+ <WindowsVersionList>8_x64,Server8_x64,Server6_3_x64,6_3_x64</WindowsVersionList>
+ </Inf2Cat>
</ItemDefinitionGroup>
<ItemGroup>
<FilesToPackage Include="@(Inf->'%(CopyOutput)')" Condition="'@(Inf)'!=''" />
diff --git a/qxldod/qxldod.vcxproj b/qxldod/qxldod.vcxproj
index 510d748..0a82ee1 100755
--- a/qxldod/qxldod.vcxproj
+++ b/qxldod/qxldod.vcxproj
@@ -155,7 +155,7 @@
</ExceptionHandling>
</ClCompile>
<PostBuildEvent>
- <Command>Inf2Cat /driver:$(OutDir) /os:8_X86</Command>
+ <Command>Inf2Cat /driver:$(OutDir) /os:8_X86,6_3_X86</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Debug|Win32'">
@@ -171,7 +171,7 @@
<ExceptionHandling />
</ClCompile>
<PostBuildEvent>
- <Command>Inf2Cat /driver:$(OutDir) /os:8_X86</Command>
+ <Command>Inf2Cat /driver:$(OutDir) /os:8_X86,6_3_X86</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Release|Win32'">
@@ -186,7 +186,7 @@
<WarningLevel>Level3</WarningLevel>
</ClCompile>
<PostBuildEvent>
- <Command>Inf2Cat /driver:$(OutDir) /os:8_X86</Command>
+ <Command>Inf2Cat /driver:$(OutDir) /os:8_X86,6_3_X86</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Release|Win32'">
@@ -201,7 +201,7 @@
<WarningLevel>Level3</WarningLevel>
</ClCompile>
<PostBuildEvent>
- <Command>Inf2Cat /driver:$(OutDir) /os:8_X86</Command>
+ <Command>Inf2Cat /driver:$(OutDir) /os:8_X86,6_3_X86</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Debug|x64'">
@@ -215,7 +215,7 @@
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH);.\Include</AdditionalIncludeDirectories>
</ClCompile>
<PostBuildEvent>
- <Command>Inf2Cat /driver:$(OutDir) /os:8_X64</Command>
+ <Command>Inf2Cat /driver:$(OutDir) /os:8_X64,Server8_X64,Server6_3_X64,6_3_X64</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Debug|x64'">
@@ -229,7 +229,7 @@
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH);.\Include</AdditionalIncludeDirectories>
</ClCompile>
<PostBuildEvent>
- <Command>Inf2Cat /driver:$(OutDir) /os:8_X64</Command>
+ <Command>Inf2Cat /driver:$(OutDir) /os:8_X64,Server8_X64,Server6_3_X64,6_3_X64</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Release|x64'">
@@ -244,7 +244,7 @@
<WarningLevel>Level3</WarningLevel>
</ClCompile>
<PostBuildEvent>
- <Command>Inf2Cat /driver:$(OutDir) /os:8_X64</Command>
+ <Command>Inf2Cat /driver:$(OutDir) /os:8_X64,Server8_X64,Server6_3_X64,6_3_X64</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Release|x64'">
@@ -259,7 +259,7 @@
<WarningLevel>Level3</WarningLevel>
</ClCompile>
<PostBuildEvent>
- <Command>Inf2Cat /driver:$(OutDir) /os:8_X64</Command>
+ <Command>Inf2Cat /driver:$(OutDir) /os:8_X64,Server8_X64,Server6_3_X64,6_3_X64</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>