From 80c33156225ab3a1b2f18ab320e132f84e6bdc7d Mon Sep 17 00:00:00 2001 From: "Vlad (Kuzmin) Erium" Date: Thu, 11 Apr 2024 17:37:56 +0900 Subject: [PATCH] update libraries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • remove vcpkg • update OpenImageIO and all libraries --- SRC/RawGL/RawGL.vcxproj | 21 ++++++++++++--------- SRC/RawGL/RawGL.vcxproj.filters | 3 --- SRC/RawGL/RawGL.vcxproj.user | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/SRC/RawGL/RawGL.vcxproj b/SRC/RawGL/RawGL.vcxproj index 13ec744..bb1c053 100644 --- a/SRC/RawGL/RawGL.vcxproj +++ b/SRC/RawGL/RawGL.vcxproj @@ -47,11 +47,13 @@ true - $(SolutionDir)\..\bin\Debug + $(SolutionDir)\..\bin\Debug\ + e:\GH\vcpkg-glad\include;e:\DVR\include\boost-1_85;e:\DVR\include;$(VC_IncludePath);$(WindowsSDK_IncludePath); false $(SolutionDir)\..\bin\RawGL\ + e:\GH\vcpkg-glad\include;e:\DVR\include\boost-1_85;e:\DVR\include;$(VC_IncludePath);$(WindowsSDK_IncludePath); @@ -65,14 +67,16 @@ Level3 true - _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true - stdcpp17 - -DBOOST_USE_WINAPI_VERSION=BOOST_WINAPI_VERSION_WIN7 %(AdditionalOptions) + stdcpp20 + stdc11 Console true + e:\GH\vcpkg-glad\lib;e:\DVR\lib;e:\DVR\debug\lib;%(AdditionalLibraryDirectories) + OpenImageIO.lib;OpenImageIO_Util.lib;glad.lib;glfw3dll.lib;%(AdditionalDependencies) @@ -83,14 +87,16 @@ true NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true - stdcpp17 - -DBOOST_USE_WINAPI_VERSION=BOOST_WINAPI_VERSION_WIN7 %(AdditionalOptions) + stdcpp20 + stdc11 Console true true false + e:\GH\vcpkg-glad\lib;e:\DVR\lib;%(AdditionalLibraryDirectories) + OpenImageIO.lib;OpenImageIO_Util.lib;glad.lib;glfw3dll.lib;%(AdditionalDependencies) @@ -105,9 +111,6 @@ - - - diff --git a/SRC/RawGL/RawGL.vcxproj.filters b/SRC/RawGL/RawGL.vcxproj.filters index 64cb83c..db31ca5 100644 --- a/SRC/RawGL/RawGL.vcxproj.filters +++ b/SRC/RawGL/RawGL.vcxproj.filters @@ -46,9 +46,6 @@ Source Files - - - Header Files diff --git a/SRC/RawGL/RawGL.vcxproj.user b/SRC/RawGL/RawGL.vcxproj.user index 65882e4..a9bf970 100644 --- a/SRC/RawGL/RawGL.vcxproj.user +++ b/SRC/RawGL/RawGL.vcxproj.user @@ -1,7 +1,7 @@  - true + false -V 5 -P ..\..\tests\shaders\empty.vert ..\..\tests\shaders\EmptyST.frag --pass_size 333 157 --out STmap ..\..\tests\outputs\test.tif --out_format rgb16 --out_bits 8 --out_channels 3 --out_attr tiff:compression ZIP