mirror of
https://github.com/curl/curl.git
synced 2026-04-27 05:12:14 +03:00
14 lines
240 B
Text
14 lines
240 B
Text
//
|
|
// libcurl file transfer DLL
|
|
//
|
|
// Use this file with buildrom to add libcurl to a device ROM
|
|
//
|
|
|
|
#ifndef LIBCURL_IBY
|
|
#define LIBCURL_IBY
|
|
|
|
#include <openenv.iby>
|
|
|
|
file=ABI_DIR\BUILD_DIR\libcurl.dll System\Libs\libcurl.dll
|
|
|
|
#endif
|