diff options
author | Pete Batard <pbatard@gmail.com> | 2010-01-16 15:20:51 +0000 |
---|---|---|
committer | Pete Batard <pbatard@gmail.com> | 2010-01-16 15:20:51 +0000 |
commit | d2f60798db73e8499da9e4cbd7b4d00aebdb33cf (patch) | |
tree | 136f61c69408e3d6be3d6579aedde6f4bdfb4da4 /README_MSVC.txt | |
parent | a93cef02ffdb72500dab6037ca542d8ef24504e4 (diff) | |
download | libusb-d2f60798db73e8499da9e4cbd7b4d00aebdb33cf.tar.gz |
r86: VS2005 compatibility update and pthread-win32_x64 helpers
Minor comment clarification in libusb.h
Diffstat (limited to 'README_MSVC.txt')
-rw-r--r-- | README_MSVC.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README_MSVC.txt b/README_MSVC.txt index d7e75e9..1b59b73 100644 --- a/README_MSVC.txt +++ b/README_MSVC.txt @@ -21,6 +21,9 @@ platform is actually 32 or 64 bit. http://sourceware.org/pthreads-win32/ and create both a pthreadVC2_x64.lib and pthreadVC2_x64.dll from the latest pthread-win32 source. + To help compiling pthreadVC2_x64.dll on x64 platforms, sample .sln and .vcproj + files for pthread-win32 are provided in the msvc\pthread-win32_x64\ directory. + - (x64) Copy pthreadVC2_x64.lib to the msvc directory. - To run the 64 bit executables, you need to either have pthreadVC2_x64.dll |