From e158221159aebdc6a1c6eb9d56ac258a5e69ab32 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Tue, 19 Jan 2010 00:55:30 +0000 Subject: 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 --- examples/lsusb.vcproj | 351 --------------------------------------------- examples/lsusb_2005.vcproj | 199 +++++++++++++++++++++++++ examples/lsusb_2008.vcproj | 351 +++++++++++++++++++++++++++++++++++++++++++++ examples/xusb.vcproj | 351 --------------------------------------------- examples/xusb_2005.vcproj | 191 ++++++++++++++++++++++++ examples/xusb_2008.vcproj | 351 +++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 1092 insertions(+), 702 deletions(-) delete mode 100644 examples/lsusb.vcproj create mode 100644 examples/lsusb_2005.vcproj create mode 100644 examples/lsusb_2008.vcproj delete mode 100644 examples/xusb.vcproj create mode 100644 examples/xusb_2005.vcproj create mode 100644 examples/xusb_2008.vcproj (limited to 'examples') diff --git a/examples/lsusb.vcproj b/examples/lsusb.vcproj deleted file mode 100644 index cd22e40..0000000 --- a/examples/lsusb.vcproj +++ /dev/null @@ -1,351 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/examples/lsusb_2005.vcproj b/examples/lsusb_2005.vcproj new file mode 100644 index 0000000..0ba49d2 --- /dev/null +++ b/examples/lsusb_2005.vcproj @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/examples/lsusb_2008.vcproj b/examples/lsusb_2008.vcproj new file mode 100644 index 0000000..e93fd90 --- /dev/null +++ b/examples/lsusb_2008.vcproj @@ -0,0 +1,351 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/examples/xusb.vcproj b/examples/xusb.vcproj deleted file mode 100644 index 2964dda..0000000 --- a/examples/xusb.vcproj +++ /dev/null @@ -1,351 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/examples/xusb_2005.vcproj b/examples/xusb_2005.vcproj new file mode 100644 index 0000000..05791fd --- /dev/null +++ b/examples/xusb_2005.vcproj @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/examples/xusb_2008.vcproj b/examples/xusb_2008.vcproj new file mode 100644 index 0000000..5b156b2 --- /dev/null +++ b/examples/xusb_2008.vcproj @@ -0,0 +1,351 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1