From c47826bb1171083377309e356168b46cb3621df7 Mon Sep 17 00:00:00 2001 From: dpeter99 Date: Sun, 25 Mar 2018 21:06:27 +0200 Subject: Started the VS project update --- winbuild/libsurvive/libsurvive.vcxproj | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'winbuild/libsurvive/libsurvive.vcxproj') diff --git a/winbuild/libsurvive/libsurvive.vcxproj b/winbuild/libsurvive/libsurvive.vcxproj index 725243a..3ce9dd3 100644 --- a/winbuild/libsurvive/libsurvive.vcxproj +++ b/winbuild/libsurvive/libsurvive.vcxproj @@ -150,6 +150,7 @@ + @@ -157,11 +158,15 @@ + - + + + + -- cgit v1.2.3 From b543e202ab776f41d0e3301e43bf3d3bc40f0c84 Mon Sep 17 00:00:00 2001 From: dpeter99 Date: Mon, 26 Mar 2018 20:19:07 +0200 Subject: Some fixes No more build errors on win --- winbuild/libsurvive/libsurvive.vcxproj | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'winbuild/libsurvive/libsurvive.vcxproj') diff --git a/winbuild/libsurvive/libsurvive.vcxproj b/winbuild/libsurvive/libsurvive.vcxproj index 3ce9dd3..ffb89b0 100644 --- a/winbuild/libsurvive/libsurvive.vcxproj +++ b/winbuild/libsurvive/libsurvive.vcxproj @@ -82,6 +82,7 @@ Windows + DbgHelp.lib;SetupAPI.lib;%(AdditionalDependencies) @@ -139,8 +140,6 @@ - - @@ -163,18 +162,19 @@ + + - @@ -186,7 +186,6 @@ - -- cgit v1.2.3 From d106e045d8a145ceb733075e541f6aaaee5bd3a7 Mon Sep 17 00:00:00 2001 From: dpeter99 Date: Mon, 26 Mar 2018 21:57:28 +0200 Subject: Made the .def file - by hand for now --- winbuild/libsurvive/libsurvive.vcxproj | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'winbuild/libsurvive/libsurvive.vcxproj') diff --git a/winbuild/libsurvive/libsurvive.vcxproj b/winbuild/libsurvive/libsurvive.vcxproj index ffb89b0..45a684b 100644 --- a/winbuild/libsurvive/libsurvive.vcxproj +++ b/winbuild/libsurvive/libsurvive.vcxproj @@ -40,7 +40,7 @@ MultiByte - StaticLibrary + DynamicLibrary true v141 MultiByte @@ -83,6 +83,10 @@ Windows DbgHelp.lib;SetupAPI.lib;%(AdditionalDependencies) + true + $(IntDir)Test.txt + true + $(MSBuildProjectDirectory)\libsurvive.def @@ -187,6 +191,9 @@ + + + -- cgit v1.2.3 From bb37e04c7ec35f28ec929afb9634fea1db007723 Mon Sep 17 00:00:00 2001 From: Justin Berger Date: Wed, 28 Mar 2018 17:09:44 -0600 Subject: window update for os_generic being header only --- winbuild/libsurvive/libsurvive.vcxproj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'winbuild/libsurvive/libsurvive.vcxproj') diff --git a/winbuild/libsurvive/libsurvive.vcxproj b/winbuild/libsurvive/libsurvive.vcxproj index 45a684b..acf8500 100644 --- a/winbuild/libsurvive/libsurvive.vcxproj +++ b/winbuild/libsurvive/libsurvive.vcxproj @@ -77,7 +77,7 @@ Level3 Disabled - USE_DOUBLE;RUNTIME_SYMNUM;RUNTIME_SYMNUMX;NOZLIB;_CRT_SECURE_NO_WARNINGS;HIDAPI;WINDOWS;_DEBUG;_LIB;%(PreprocessorDefinitions) + FLT=double;USE_DOUBLE;RUNTIME_SYMNUM;RUNTIME_SYMNUMX;NOZLIB;_CRT_SECURE_NO_WARNINGS;HIDAPI;WINDOWS;_DEBUG;_LIB;%(PreprocessorDefinitions) ..\..\winbuild;..\..\include\libsurvive;..\..\redist;%(AdditionalIncludeDirectories) @@ -149,7 +149,6 @@ - -- cgit v1.2.3 From 91f0cab811e983da63ea49f6e24afae283138a1c Mon Sep 17 00:00:00 2001 From: Justin Berger Date: Wed, 28 Mar 2018 20:36:05 -0600 Subject: Functional C# in windows --- winbuild/libsurvive/libsurvive.vcxproj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'winbuild/libsurvive/libsurvive.vcxproj') diff --git a/winbuild/libsurvive/libsurvive.vcxproj b/winbuild/libsurvive/libsurvive.vcxproj index acf8500..6268d63 100644 --- a/winbuild/libsurvive/libsurvive.vcxproj +++ b/winbuild/libsurvive/libsurvive.vcxproj @@ -27,7 +27,7 @@ - StaticLibrary + DynamicLibrary true v141 MultiByte @@ -77,7 +77,7 @@ Level3 Disabled - FLT=double;USE_DOUBLE;RUNTIME_SYMNUM;RUNTIME_SYMNUMX;NOZLIB;_CRT_SECURE_NO_WARNINGS;HIDAPI;WINDOWS;_DEBUG;_LIB;%(PreprocessorDefinitions) + FLT=double;USE_DOUBLE;MANUAL_REGISTRATION;NOZLIB;_CRT_SECURE_NO_WARNINGS;HIDAPI;WINDOWS;_DEBUG;_LIB;%(PreprocessorDefinitions) ..\..\winbuild;..\..\include\libsurvive;..\..\redist;%(AdditionalIncludeDirectories) @@ -169,6 +169,7 @@ + -- cgit v1.2.3 From 08cc0afc797d2225cf23fbc785e6a28cc8667285 Mon Sep 17 00:00:00 2001 From: Justin Berger Date: Wed, 28 Mar 2018 21:52:00 -0600 Subject: Nuget packaged up dependencies --- winbuild/libsurvive/libsurvive.vcxproj | 33 +++++++++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 4 deletions(-) (limited to 'winbuild/libsurvive/libsurvive.vcxproj') diff --git a/winbuild/libsurvive/libsurvive.vcxproj b/winbuild/libsurvive/libsurvive.vcxproj index 6268d63..2451c22 100644 --- a/winbuild/libsurvive/libsurvive.vcxproj +++ b/winbuild/libsurvive/libsurvive.vcxproj @@ -56,6 +56,7 @@ + @@ -70,14 +71,17 @@ - + + $(IncludePath) + $(LibraryPath) + Level3 Disabled - FLT=double;USE_DOUBLE;MANUAL_REGISTRATION;NOZLIB;_CRT_SECURE_NO_WARNINGS;HIDAPI;WINDOWS;_DEBUG;_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) @@ -89,6 +93,10 @@ $(MSBuildProjectDirectory)\libsurvive.def + + libblas.lib;liblapacke.lib;liblapack.lib%(AdditionalDependencies) + %(AdditionalLibraryDirectories) + @@ -149,14 +157,23 @@ + + + + + + + + + @@ -183,8 +200,11 @@ + + + @@ -193,8 +213,13 @@ + - - + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + \ No newline at end of file -- cgit v1.2.3 From 4856dd8d4121f23750baace5fd8bd81869f5ac81 Mon Sep 17 00:00:00 2001 From: Justin Berger Date: Thu, 29 Mar 2018 00:17:07 -0600 Subject: Filled out OO struct; most needed functions are there --- winbuild/libsurvive/libsurvive.vcxproj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'winbuild/libsurvive/libsurvive.vcxproj') diff --git a/winbuild/libsurvive/libsurvive.vcxproj b/winbuild/libsurvive/libsurvive.vcxproj index 2451c22..5caa159 100644 --- a/winbuild/libsurvive/libsurvive.vcxproj +++ b/winbuild/libsurvive/libsurvive.vcxproj @@ -83,6 +83,7 @@ Disabled 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) + Caret Windows @@ -213,7 +214,9 @@ - + + Designer + -- cgit v1.2.3