summaryrefslogtreecommitdiff
path: root/_README.txt
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-12-09 11:14:26 +0000
committerPete Batard <pbatard@gmail.com>2010-12-09 11:14:26 +0000
commit50a23e3f38b4f6342c5dc102497c7a8b42d7b7bb (patch)
treebd32e8c8fcea3e744a8a31ef0b6735107992bebd /_README.txt
parenta7cd20f4b47c8bdf16c6f57f05b6fc542200e845 (diff)
downloadlibusb-50a23e3f38b4f6342c5dc102497c7a8b42d7b7bb.tar.gz
merged -> pbr324+4
Diffstat (limited to '_README.txt')
-rw-r--r--_README.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/_README.txt b/_README.txt
index 2420227..fd9d809 100644
--- a/_README.txt
+++ b/_README.txt
@@ -7,9 +7,9 @@
o Visual Studio:
- Open existing or create a new project for your application
- - Copy the libusb.h and stdint.h files into your project and make sure that
- the location where these files reside appears in the 'Additional Include
- Directories' section (Configuration Properties -> C/C++ -> General)
+ - Copy the libusb.h into your project and make sure that the location where
+ the file reside appears in the 'Additional Include Directories' section
+ (Configuration Properties -> C/C++ -> General).
- Copy the relevant .lib file from MS32\ or MS64\ and add 'libusb-1.0.lib' to
your 'Additional Dependencies' (Configuration Properties -> Linker -> Input)
Also make sure that the directory where libusb-1.0.lib resides is added to
@@ -27,8 +27,8 @@ o Visual Studio:
o WDK/DDK:
- The following is an example of a sources files that you can use to compile
a libusb 1.0 based console application. In this sample ..\libusb\ is the
- directory where you would have copied libusb.h, stdint.h as well as the
- relevant libusb-1.0.lib
+ directory where you would have copied libusb.h as well as the relevant
+ libusb-1.0.lib
TARGETNAME=your_app
TARGETTYPE=PROGRAM