OSDN Git Service

[Chore] Windows版バンドルのlibcurlの再構成
authorHabu <habu1010+github@gmail.com>
Fri, 23 Jun 2023 17:13:32 +0000 (02:13 +0900)
committerHabu <habu1010+github@gmail.com>
Fri, 23 Jun 2023 17:13:53 +0000 (02:13 +0900)
commit96e99780d3c224a39df1b5d42dcb44d9bd808129
treeadf894202d1e0dfb24a1df4fd6012653e4143cbd
parentd24b9c6214edc1459178263393875c7837487c7a
[Chore] Windows版バンドルのlibcurlの再構成

- バージョンを最新版(8.1.2)に
- ライブラリファイルをRelease/Debugビルドに分けず、Releaseのみ使用する
  (libcurlは十分にテストされており、デバッグシンボルが必要になることは
    無いと考えられる)
- ライブラリファイルをGit LFSで管理する
18 files changed:
Hengband/.gitattributes [new file with mode: 0644]
Hengband/Hengband/Hengband.vcxproj
Hengband/Hengband/curl/include/curl/curl.h
Hengband/Hengband/curl/include/curl/curlver.h
Hengband/Hengband/curl/include/curl/easy.h
Hengband/Hengband/curl/include/curl/header.h [new file with mode: 0644]
Hengband/Hengband/curl/include/curl/mprintf.h
Hengband/Hengband/curl/include/curl/multi.h
Hengband/Hengband/curl/include/curl/options.h
Hengband/Hengband/curl/include/curl/stdcheaders.h
Hengband/Hengband/curl/include/curl/system.h
Hengband/Hengband/curl/include/curl/typecheck-gcc.h
Hengband/Hengband/curl/include/curl/urlapi.h
Hengband/Hengband/curl/include/curl/websockets.h [new file with mode: 0644]
Hengband/Hengband/curl/lib/libcurl_a.lib [new file with mode: 0755]
Hengband/Hengband/curl/x86 Debug/libcurl_a_debug.lib [deleted file]
Hengband/Hengband/curl/x86 Release/libcurl_a.lib [deleted file]
Makefile.am