From ce260526cbd94c62ff96b01e851d33872e9d7f5d Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 9 Sep 2019 22:06:44 +0200 Subject: [PATCH] - moved fix16 to thirdparty as well and removed the now unused assembly files. # Conflicts: # platform/Windows/build.vcxproj --- platform/Windows/build.vcxproj | 8 ++------ source/{build => thirdparty}/include/fix16.h | 0 source/{build => thirdparty}/include/fix16_int64.h | 0 source/{build => thirdparty}/src/fix16.cpp | 0 source/{build => thirdparty}/src/fix16_str.cpp | 0 5 files changed, 2 insertions(+), 6 deletions(-) rename source/{build => thirdparty}/include/fix16.h (100%) rename source/{build => thirdparty}/include/fix16_int64.h (100%) rename source/{build => thirdparty}/src/fix16.cpp (100%) rename source/{build => thirdparty}/src/fix16_str.cpp (100%) diff --git a/platform/Windows/build.vcxproj b/platform/Windows/build.vcxproj index 49c001f35..925a0fe4a 100644 --- a/platform/Windows/build.vcxproj +++ b/platform/Windows/build.vcxproj @@ -324,8 +324,8 @@ - - + + @@ -352,10 +352,6 @@ - - - - diff --git a/source/build/include/fix16.h b/source/thirdparty/include/fix16.h similarity index 100% rename from source/build/include/fix16.h rename to source/thirdparty/include/fix16.h diff --git a/source/build/include/fix16_int64.h b/source/thirdparty/include/fix16_int64.h similarity index 100% rename from source/build/include/fix16_int64.h rename to source/thirdparty/include/fix16_int64.h diff --git a/source/build/src/fix16.cpp b/source/thirdparty/src/fix16.cpp similarity index 100% rename from source/build/src/fix16.cpp rename to source/thirdparty/src/fix16.cpp diff --git a/source/build/src/fix16_str.cpp b/source/thirdparty/src/fix16_str.cpp similarity index 100% rename from source/build/src/fix16_str.cpp rename to source/thirdparty/src/fix16_str.cpp