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 18:49:35 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-03-18 18:49:35 +0300
commit038fa810f90f4c26eeb4539e6f60e6bf7db049a2 (patch)
tree8236a1a75c33fb39fe0f83aaf5623f59aed1b523 /driver
parentf52b78bce52621a78520dbdbb658b51774f4fd2d (diff)
Driver should work on all Windows versions now
Diffstat (limited to 'driver')
-rw-r--r--driver/msvcr100.dllbin0 -> 770384 bytes
-rw-r--r--driver/nesmini_driver.exebin5704192 -> 5606912 bytes
-rw-r--r--driver/source/libwdi/.msvc/detect_64build.vcxproj2
-rw-r--r--driver/source/libwdi/.msvc/embedder.vcxproj2
-rw-r--r--driver/source/libwdi/.msvc/installer_x64.vcxproj2
-rw-r--r--driver/source/libwdi/.msvc/installer_x86.vcxproj2
-rw-r--r--driver/source/libwdi/.msvc/libwdi_dll.vcxproj2
-rw-r--r--driver/source/libwdi/.msvc/libwdi_static.vcxproj2
-rw-r--r--driver/source/nesmini_driver/nesmini_driver.vcxproj2
9 files changed, 7 insertions, 7 deletions
diff --git a/driver/msvcr100.dll b/driver/msvcr100.dll
new file mode 100644
index 00000000..6d6af7eb
--- /dev/null
+++ b/driver/msvcr100.dll
Binary files differ
diff --git a/driver/nesmini_driver.exe b/driver/nesmini_driver.exe
index 9631fe02..b0e40d5f 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 407667ef..297bc95f 100644
--- a/driver/source/libwdi/.msvc/detect_64build.vcxproj
+++ b/driver/source/libwdi/.msvc/detect_64build.vcxproj
@@ -27,7 +27,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>v140</PlatformToolset>
+ <PlatformToolset>v100</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
diff --git a/driver/source/libwdi/.msvc/embedder.vcxproj b/driver/source/libwdi/.msvc/embedder.vcxproj
index 82cba849..49abb0a8 100644
--- a/driver/source/libwdi/.msvc/embedder.vcxproj
+++ b/driver/source/libwdi/.msvc/embedder.vcxproj
@@ -21,7 +21,7 @@
<ConfigurationType>Application</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
- <PlatformToolset>v140</PlatformToolset>
+ <PlatformToolset>v100</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
diff --git a/driver/source/libwdi/.msvc/installer_x64.vcxproj b/driver/source/libwdi/.msvc/installer_x64.vcxproj
index bb609f9d..8d4d152d 100644
--- a/driver/source/libwdi/.msvc/installer_x64.vcxproj
+++ b/driver/source/libwdi/.msvc/installer_x64.vcxproj
@@ -37,7 +37,7 @@
<ConfigurationType>Application</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
- <PlatformToolset>v140</PlatformToolset>
+ <PlatformToolset>v100</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
diff --git a/driver/source/libwdi/.msvc/installer_x86.vcxproj b/driver/source/libwdi/.msvc/installer_x86.vcxproj
index 1c834044..ec06feba 100644
--- a/driver/source/libwdi/.msvc/installer_x86.vcxproj
+++ b/driver/source/libwdi/.msvc/installer_x86.vcxproj
@@ -21,7 +21,7 @@
<ConfigurationType>Application</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
- <PlatformToolset>v140</PlatformToolset>
+ <PlatformToolset>v100</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
diff --git a/driver/source/libwdi/.msvc/libwdi_dll.vcxproj b/driver/source/libwdi/.msvc/libwdi_dll.vcxproj
index c0a178ec..3fd6d9d0 100644
--- a/driver/source/libwdi/.msvc/libwdi_dll.vcxproj
+++ b/driver/source/libwdi/.msvc/libwdi_dll.vcxproj
@@ -28,7 +28,7 @@
<ConfigurationType>DynamicLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
- <PlatformToolset>v140</PlatformToolset>
+ <PlatformToolset>v100</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
diff --git a/driver/source/libwdi/.msvc/libwdi_static.vcxproj b/driver/source/libwdi/.msvc/libwdi_static.vcxproj
index 223f2e83..0c2c69e1 100644
--- a/driver/source/libwdi/.msvc/libwdi_static.vcxproj
+++ b/driver/source/libwdi/.msvc/libwdi_static.vcxproj
@@ -28,7 +28,7 @@
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
- <PlatformToolset>v140</PlatformToolset>
+ <PlatformToolset>v100</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
diff --git a/driver/source/nesmini_driver/nesmini_driver.vcxproj b/driver/source/nesmini_driver/nesmini_driver.vcxproj
index 787723a4..3ba7829b 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>v140</PlatformToolset>
+ <PlatformToolset>v100</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>