diff options
author | Pete Batard <pbatard@gmail.com> | 2010-01-19 00:55:30 +0000 |
---|---|---|
committer | Pete Batard <pbatard@gmail.com> | 2010-01-19 00:55:30 +0000 |
commit | e158221159aebdc6a1c6eb9d56ac258a5e69ab32 (patch) | |
tree | 6ed40ff464161d19b92678bcc22ecc3dc52e3413 /README_MSVC.txt | |
parent | 7a8f7d1826c754aed2a4ae5f369b8882cc4cb884 (diff) | |
download | libusb-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.txt | 6 |
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. |