mirror of
https://github.com/SeanOMik/eBookReaderSwitch.git
synced 2025-02-18 16:50:04 +00:00
14 lines
252 B
Text
14 lines
252 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 \sys\bin\libcurl.dll
|
|
|
|
#endif // LIBCURL_IBY
|