updated build system
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2024-08-25 19:32:02 -05:00
parent b638a0e497
commit bb7a80deef
5 changed files with 0 additions and 49 deletions

Binary file not shown.

View File

@ -1 +0,0 @@
56f7b1ed006c750fccf8ef15ab1e83f96751f2dfdcb68d93e5f712a6c9b58bcb nana-v1.7.4.tar.gz

View File

@ -1,19 +0,0 @@
*** source/gui/dragdrop.cpp 2020-05-16 17:08:50.000000000 -0500
--- source/gui/dragdrop.cpp.new 2024-08-25 19:15:58.989072229 -0500
***************
*** 25,31 ****
# include <windows.h>
# include <oleidl.h>
# include <comdef.h>
! # include <Shlobj.h>
#elif defined(NANA_X11)
# include "../detail/posix/xdnd_protocol.hpp"
# include <nana/gui/detail/native_window_interface.hpp>
--- 25,31 ----
# include <windows.h>
# include <oleidl.h>
# include <comdef.h>
! # include <shlobj.h>
#elif defined(NANA_X11)
# include "../detail/posix/xdnd_protocol.hpp"
# include <nana/gui/detail/native_window_interface.hpp>

View File

@ -1,23 +0,0 @@
*** source/gui/filebox.cpp 2020-05-16 17:08:50.000000000 -0500
--- source/gui/filebox.cpp.new 2024-08-25 19:15:31.242397483 -0500
***************
*** 20,28 ****
# include <windows.h>
# include "../detail/mswin/platform_spec.hpp"
# ifndef NANA_MINGW //<Shobjidl.h> isn't supported well on MinGW
! # include <Shobjidl.h>
# else
! # include <Shlobj.h>
# endif
#elif defined(NANA_POSIX)
# include <nana/gui/widgets/label.hpp>
--- 20,28 ----
# include <windows.h>
# include "../detail/mswin/platform_spec.hpp"
# ifndef NANA_MINGW //<Shobjidl.h> isn't supported well on MinGW
! # include <shobjidl.h>
# else
! # include <shlobj.h>
# endif
#elif defined(NANA_POSIX)
# include <nana/gui/widgets/label.hpp>

View File

@ -1,6 +0,0 @@
#!/bin/bash
pushd "$2"
patch -Np0 <"$1/nana_dragdrop_cpp.patch" || exit $?
patch -Np0 <"$1/nana_filebox_cpp.patch" || exit $?
popd