summaryrefslogtreecommitdiff
path: root/README_MSVC.txt
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-01-19 00:55:30 +0000
committerPete Batard <pbatard@gmail.com>2010-01-19 00:55:30 +0000
commite158221159aebdc6a1c6eb9d56ac258a5e69ab32 (patch)
tree6ed40ff464161d19b92678bcc22ecc3dc52e3413 /README_MSVC.txt
parent7a8f7d1826c754aed2a4ae5f369b8882cc4cb884 (diff)
downloadlibusb-e158221159aebdc6a1c6eb9d56ac258a5e69ab32.tar.gz
r90: more compilation environment fixes:
- added Visual Studio 2005 (MSVC8) solution and project files (Orin Eman) - renamed VS 2008 solution and project files - fixed "warning: undefined symbols not allowed" for MinGW/cygwin in configure.ac
Diffstat (limited to 'README_MSVC.txt')
-rw-r--r--README_MSVC.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/README_MSVC.txt b/README_MSVC.txt
index 2885364..938a10d 100644
--- a/README_MSVC.txt
+++ b/README_MSVC.txt
@@ -1,6 +1,10 @@
To compile libusb 1.0 using Microsoft Visual Studio:
-Note: in the text below, (Win32) means "when producing 32 bit binaries" and
+Note 1: Two set of solution files are provided depending on whether you are
+running Visual Studio 2008 (MSVC9) or Visual Studio 2005 (MSVC8).
+Make sure you open the solution file matching your environment.
+
+Note 2: In the text below, (Win32) means "when producing 32 bit binaries" and
(x64) "when producing 64 bit binaries". This is independent of whether your
platform is actually 32 or 64 bit.