Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-03-18 21:38:42 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-03-18 21:57:50 +0300
commit84503d3af44292d12e80942b22c9f5d6babd85e6 (patch)
treec4f4e46ea5fa8c078334446d186dd12a926fa602 /driver
parent038fa810f90f4c26eeb4539e6f60e6bf7db049a2 (diff)
Should work on all Windows versions now
Diffstat (limited to 'driver')
-rw-r--r--driver/msvcr100.dllbin770384 -> 0 bytes
-rw-r--r--driver/nesmini_driver.exebin5606912 -> 5445120 bytes
-rw-r--r--driver/source/libwdi/.msvc/detect_64build.vcxproj4
-rw-r--r--driver/source/libwdi/.msvc/embedder.vcxproj4
-rw-r--r--driver/source/libwdi/.msvc/installer_x64.vcxproj4
-rw-r--r--driver/source/libwdi/.msvc/installer_x86.vcxproj4
-rw-r--r--driver/source/libwdi/.msvc/libwdi_dll.vcxproj4
-rw-r--r--driver/source/libwdi/.msvc/libwdi_static.vcxproj4
-rw-r--r--driver/source/msvc/config.h2
-rw-r--r--driver/source/nesmini_driver/nesmini_driver.vcxproj3
10 files changed, 15 insertions, 14 deletions
diff --git a/driver/msvcr100.dll b/driver/msvcr100.dll
deleted file mode 100644
index 6d6af7eb..00000000
--- a/driver/msvcr100.dll
+++ /dev/null
Binary files differ
diff --git a/driver/nesmini_driver.exe b/driver/nesmini_driver.exe
index b0e40d5f..d1165525 100644
--- a/driver/nesmini_driver.exe
+++ b/driver/nesmini_driver.exe
Binary files differ
diff --git a/driver/source/libwdi/.msvc/detect_64build.vcxproj b/driver/source/libwdi/.msvc/detect_64build.vcxproj
index 297bc95f..66cfe5fc 100644
--- a/driver/source/libwdi/.msvc/detect_64build.vcxproj
+++ b/driver/source/libwdi/.msvc/detect_64build.vcxproj
@@ -27,12 +27,12 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>v100</PlatformToolset>
+ <PlatformToolset>v90</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>v140</PlatformToolset>
+ <PlatformToolset>v90</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
diff --git a/driver/source/libwdi/.msvc/embedder.vcxproj b/driver/source/libwdi/.msvc/embedder.vcxproj
index 49abb0a8..90ebb519 100644
--- a/driver/source/libwdi/.msvc/embedder.vcxproj
+++ b/driver/source/libwdi/.msvc/embedder.vcxproj
@@ -21,12 +21,12 @@
<ConfigurationType>Application</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
- <PlatformToolset>v100</PlatformToolset>
+ <PlatformToolset>v90</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>v140</PlatformToolset>
+ <PlatformToolset>v90</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
diff --git a/driver/source/libwdi/.msvc/installer_x64.vcxproj b/driver/source/libwdi/.msvc/installer_x64.vcxproj
index 8d4d152d..d8490433 100644
--- a/driver/source/libwdi/.msvc/installer_x64.vcxproj
+++ b/driver/source/libwdi/.msvc/installer_x64.vcxproj
@@ -37,12 +37,12 @@
<ConfigurationType>Application</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
- <PlatformToolset>v100</PlatformToolset>
+ <PlatformToolset>v90</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>v140</PlatformToolset>
+ <PlatformToolset>v90</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
diff --git a/driver/source/libwdi/.msvc/installer_x86.vcxproj b/driver/source/libwdi/.msvc/installer_x86.vcxproj
index ec06feba..392d050a 100644
--- a/driver/source/libwdi/.msvc/installer_x86.vcxproj
+++ b/driver/source/libwdi/.msvc/installer_x86.vcxproj
@@ -21,12 +21,12 @@
<ConfigurationType>Application</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
- <PlatformToolset>v100</PlatformToolset>
+ <PlatformToolset>v90</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>v140</PlatformToolset>
+ <PlatformToolset>v90</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
diff --git a/driver/source/libwdi/.msvc/libwdi_dll.vcxproj b/driver/source/libwdi/.msvc/libwdi_dll.vcxproj
index 3fd6d9d0..5caa85b6 100644
--- a/driver/source/libwdi/.msvc/libwdi_dll.vcxproj
+++ b/driver/source/libwdi/.msvc/libwdi_dll.vcxproj
@@ -28,12 +28,12 @@
<ConfigurationType>DynamicLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
- <PlatformToolset>v100</PlatformToolset>
+ <PlatformToolset>v90</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>v140</PlatformToolset>
+ <PlatformToolset>v90</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
diff --git a/driver/source/libwdi/.msvc/libwdi_static.vcxproj b/driver/source/libwdi/.msvc/libwdi_static.vcxproj
index 0c2c69e1..04e2245d 100644
--- a/driver/source/libwdi/.msvc/libwdi_static.vcxproj
+++ b/driver/source/libwdi/.msvc/libwdi_static.vcxproj
@@ -28,12 +28,12 @@
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
- <PlatformToolset>v100</PlatformToolset>
+ <PlatformToolset>v90</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>v140</PlatformToolset>
+ <PlatformToolset>v90</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
diff --git a/driver/source/msvc/config.h b/driver/source/msvc/config.h
index 148b3d92..b6506293 100644
--- a/driver/source/msvc/config.h
+++ b/driver/source/msvc/config.h
@@ -25,7 +25,7 @@
#endif
/* DDK WDF coinstaller version */
-#define WDF_VER 1011
+#define WDF_VER 1009
/* CoInstaller subdirectory for WinUSB redist files ("winusb" or "wdf") */
#define COINSTALLER_DIR "wdf"
diff --git a/driver/source/nesmini_driver/nesmini_driver.vcxproj b/driver/source/nesmini_driver/nesmini_driver.vcxproj
index 3ba7829b..e66e471d 100644
--- a/driver/source/nesmini_driver/nesmini_driver.vcxproj
+++ b/driver/source/nesmini_driver/nesmini_driver.vcxproj
@@ -34,7 +34,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
- <PlatformToolset>v100</PlatformToolset>
+ <PlatformToolset>v90</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
@@ -119,6 +119,7 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>..\libwdi;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>