OSDN Git Service

[add] Visual Studio 用の libcurl 関連ファイル
authorHabu <habu@users.osdn.me>
Tue, 2 Feb 2021 13:48:47 +0000 (22:48 +0900)
committerHabu <habu@users.osdn.me>
Tue, 2 Feb 2021 13:48:47 +0000 (22:48 +0900)
commit5b048fba312990d3968f59c7288b14be3d253f30
tree53aa193a7ea97f534faa1d8366e5338b3308027a
parent0b09ba327bfc5573fd2012decf2537616a114430
[add] Visual Studio 用の libcurl 関連ファイル

Visual Studio で libcurl を使用したコードをビルドするためのファイルを追加:

 - libcurl のインクルードファイル
 - Release/Debug それぞれのスタティックリンクライブラリ
12 files changed:
Hengband/Hengband/curl/include/curl/curl.h [new file with mode: 0644]
Hengband/Hengband/curl/include/curl/curlver.h [new file with mode: 0644]
Hengband/Hengband/curl/include/curl/easy.h [new file with mode: 0644]
Hengband/Hengband/curl/include/curl/mprintf.h [new file with mode: 0644]
Hengband/Hengband/curl/include/curl/multi.h [new file with mode: 0644]
Hengband/Hengband/curl/include/curl/options.h [new file with mode: 0644]
Hengband/Hengband/curl/include/curl/stdcheaders.h [new file with mode: 0644]
Hengband/Hengband/curl/include/curl/system.h [new file with mode: 0644]
Hengband/Hengband/curl/include/curl/typecheck-gcc.h [new file with mode: 0644]
Hengband/Hengband/curl/include/curl/urlapi.h [new file with mode: 0644]
Hengband/Hengband/curl/x86 Debug/libcurl_a_debug.lib [new file with mode: 0644]
Hengband/Hengband/curl/x86 Release/libcurl_a.lib [new file with mode: 0644]