From a934ad26086ef44563ef7813608e310c0f2dee08 Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Wed, 30 Apr 2014 01:41:51 +1000 Subject: Project file changes (for statically linked vc++ library builds). --- libpit/libpit.vcxproj | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'libpit/libpit.vcxproj') diff --git a/libpit/libpit.vcxproj b/libpit/libpit.vcxproj index 5973763..fb08efc 100644 --- a/libpit/libpit.vcxproj +++ b/libpit/libpit.vcxproj @@ -5,6 +5,10 @@ Debug Win32 + + Release (Static) + Win32 + Release Win32 @@ -35,6 +39,13 @@ Unicode v110 + + StaticLibrary + false + true + Unicode + v110 + @@ -44,6 +55,9 @@ + + + $(SolutionDir)$(Platform)\$(Configuration)\lib\ @@ -51,6 +65,9 @@ $(SolutionDir)$(Platform)\$(Configuration)\lib\ + + $(SolutionDir)$(Platform)\$(Configuration)\lib\ + @@ -81,6 +98,23 @@ true + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + + + Windows + true + true + true + + -- cgit v1.1 From ca6db9a6470ad22258fe05d8d98fc0457abde581 Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Mon, 5 May 2014 04:36:40 +1000 Subject: Upgraded to libusb-1.0 (1.0.18) post libusbx merge. --- libpit/libpit.vcxproj | 1 + 1 file changed, 1 insertion(+) (limited to 'libpit/libpit.vcxproj') diff --git a/libpit/libpit.vcxproj b/libpit/libpit.vcxproj index fb08efc..8207d8c 100644 --- a/libpit/libpit.vcxproj +++ b/libpit/libpit.vcxproj @@ -107,6 +107,7 @@ true true WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + MultiThreaded Windows -- cgit v1.1 From b22ae7b89f7993f632e10e18c116f293f314575f Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Thu, 19 Feb 2015 03:13:56 +1100 Subject: Removed autotools and VS files, and standardised source dir naming --- libpit/libpit.vcxproj | 122 -------------------------------------------------- 1 file changed, 122 deletions(-) delete mode 100644 libpit/libpit.vcxproj (limited to 'libpit/libpit.vcxproj') diff --git a/libpit/libpit.vcxproj b/libpit/libpit.vcxproj deleted file mode 100644 index 8207d8c..0000000 --- a/libpit/libpit.vcxproj +++ /dev/null @@ -1,122 +0,0 @@ - - - - - Debug - Win32 - - - Release (Static) - Win32 - - - Release - Win32 - - - - - - - - - - {9506FFE4-3A78-4BEE-A15E-62C5A138E61D} - Win32Proj - libpit - - - - StaticLibrary - true - Unicode - v110 - - - StaticLibrary - false - true - Unicode - v110 - - - StaticLibrary - false - true - Unicode - v110 - - - - - - - - - - - - - - - - $(SolutionDir)$(Platform)\$(Configuration)\lib\ - - - $(SolutionDir)$(Platform)\$(Configuration)\lib\ - - - $(SolutionDir)$(Platform)\$(Configuration)\lib\ - - - - - - Level3 - Disabled - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - - - Windows - true - - - - - Level3 - - - MaxSpeed - true - true - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - - - Windows - true - true - true - - - - - Level3 - - - MaxSpeed - true - true - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - MultiThreaded - - - Windows - true - true - true - - - - - - \ No newline at end of file -- cgit v1.1