15 lines
		
	
	
		
			240 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			240 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| //
 | |
| // 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
 |