From c1f59615f9639bae75cd0e1a7cffe118ac6a7b41 Mon Sep 17 00:00:00 2001 From: Justin Berger Date: Sat, 7 Apr 2018 07:37:50 -0600 Subject: Updated winbuild to include imu tracker --- winbuild/libsurvive/libsurvive.vcxproj | 71 +++++++++++++++++++++++++- winbuild/libsurvive/libsurvive.vcxproj.filters | 3 ++ 2 files changed, 72 insertions(+), 2 deletions(-) (limited to 'winbuild/libsurvive') diff --git a/winbuild/libsurvive/libsurvive.vcxproj b/winbuild/libsurvive/libsurvive.vcxproj index 4b76c99..520279c 100644 --- a/winbuild/libsurvive/libsurvive.vcxproj +++ b/winbuild/libsurvive/libsurvive.vcxproj @@ -17,6 +17,14 @@ Release x64 + + RelWDebInfo + Win32 + + + RelWDebInfo + x64 + 15.0 @@ -39,6 +47,13 @@ true MultiByte + + StaticLibrary + false + v141 + true + MultiByte + DynamicLibrary true @@ -46,7 +61,14 @@ MultiByte - StaticLibrary + DynamicLibrary + false + v141 + true + MultiByte + + + DynamicLibrary false v141 true @@ -64,12 +86,18 @@ + + + + + + $(IncludePath) @@ -132,6 +160,24 @@ + + + Level3 + + + MaxSpeed + true + true + USE_DOUBLE;RUNTIME_SYMNUM;RUNTIME_SYMNUMX;NOZLIB;_CRT_SECURE_NO_WARNINGS;HIDAPI;WINDOWS;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + ..\..\winbuild;..\..\include\libsurvive;..\..\redist;%(AdditionalIncludeDirectories) + + + Windows + true + true + + + Level3 @@ -140,13 +186,33 @@ MaxSpeed true true - USE_DOUBLE;RUNTIME_SYMNUM;RUNTIME_SYMNUMX;NOZLIB;_CRT_SECURE_NO_WARNINGS;HIDAPI;WINDOWS;NDEBUG;_LIB;%(PreprocessorDefinitions) + FLT=double;USE_DOUBLE;MANUAL_REGISTRATION;NOZLIB;_CRT_SECURE_NO_WARNINGS;HIDAPI;WINDOWS;_DEBUG;_LIB;HAVE_LAPACK_CONFIG_H;LAPACK_COMPLEX_STRUCTURE;%(PreprocessorDefinitions) ..\..\winbuild;..\..\include\libsurvive;..\..\redist;%(AdditionalIncludeDirectories) Windows true true + DbgHelp.lib;SetupAPI.lib;%(AdditionalDependencies) + + + + + + Level3 + + + MaxSpeed + true + true + FLT=double;USE_DOUBLE;MANUAL_REGISTRATION;NOZLIB;_CRT_SECURE_NO_WARNINGS;HIDAPI;WINDOWS;_DEBUG;_LIB;HAVE_LAPACK_CONFIG_H;LAPACK_COMPLEX_STRUCTURE;%(PreprocessorDefinitions) + ..\..\winbuild;..\..\include\libsurvive;..\..\redist;%(AdditionalIncludeDirectories) + + + Windows + true + true + DbgHelp.lib;SetupAPI.lib;%(AdditionalDependencies) @@ -184,6 +250,7 @@ + diff --git a/winbuild/libsurvive/libsurvive.vcxproj.filters b/winbuild/libsurvive/libsurvive.vcxproj.filters index 1f98c68..d06f083 100644 --- a/winbuild/libsurvive/libsurvive.vcxproj.filters +++ b/winbuild/libsurvive/libsurvive.vcxproj.filters @@ -135,6 +135,9 @@ Source Files + + Source Files + -- cgit v1.2.3