From e399c19b013967fff9cbb70f2b3263d5d2ccccf7 Mon Sep 17 00:00:00 2001 From: "Pavel A." Date: Sun, 21 Dec 2014 03:04:41 +0200 Subject: [PATCH] Cmdline util, in release config do not use runtime dll --- README.md | 2 +- commandline/hidusb-relay-cmd(vc2008).vcproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b37a955..01fa788 100644 --- 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. diff --git a/commandline/hidusb-relay-cmd(vc2008).vcproj b/commandline/hidusb-relay-cmd(vc2008).vcproj index 800f366..fecca5b 100644 --- a/commandline/hidusb-relay-cmd(vc2008).vcproj +++ b/commandline/hidusb-relay-cmd(vc2008).vcproj @@ -113,7 +113,7 @@ 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" -- 2.25.1