Cmdline util, in release config do not use runtime dll
authorPavel A. <pavel_a@live.com>
Sun, 21 Dec 2014 01:04:41 +0000 (03:04 +0200)
committerPavel A. <pavel_a@live.com>
Sun, 21 Dec 2014 01:04:41 +0000 (03:04 +0200)
README.md
commandline/hidusb-relay-cmd(vc2008).vcproj

index b37a95572482ac54934dcb4188673dfbf2fd2673..01fa7884c0c99d871e4f1641b2f10217439c31eb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ The goal of this little project is to provide open-source API for low-cost USB H
 
 The big advantage of HID-based interface is that no kernel drivers and no simulated COM-ports are needed. It is easy to detect and address the connected devices.
 
-Unfortunatey, the vendors currently offer only API library for Windows, and only in binary form.
+The vendors currently offer only an API library for Windows, and only in binary form.
 
 We are not associated with the manufacturer(s) of these devices or author(s) of the original software offered by eBay sellers.
 Our intent is to make this device usable on Linux (and any other OS that supports libusb) as well as on 64-bit Windows.
index 800f3664e9169c342c927c624cb2d5672e3516ac..fecca5b22e96d7c4fd1d722bfa2f7ef25af6f61d 100644 (file)
                                Name="VCCLCompilerTool"
                                AdditionalIncludeDirectories="\winddk\7.1.0\inc\crt;\winddk\7.1.0\inc\api"
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS=1"
-                               RuntimeLibrary="2"
+                               RuntimeLibrary="0"
                                UsePrecompiledHeader="0"
                                WarningLevel="3"
                                DebugInformationFormat="3"