bagder: curl-www/libcurl/eiffel Makefile, NONE, 1.1 _index.html, NONE, 1.1
[email protected] Mon, 02 Mar 2009 08:59:10 +0000
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/libcurl/eiffel In directory labb:/tmp/cvs-serv11940/eiffel Added Files: Makefile _index.html Log Message: The Eiffel binding! --- NEW FILE: Makefile --- ROOT = ../.. TXT2PLAIN= $(ROOT)/docs/txt2plain.pl MAINPARTS= $(ROOT)/_doctype.html ../_menu.html ../_links.html $(ROOT)/setup.t \ ../pic.t $(ROOT)/where.t $(ROOT)/mirrorlinks.t $(ROOT)/ad.t NOW=$(shell gnudate +'-D__TODAY__=%B %d, %Y') ACTION=@echo preprocessing $@; rm -f $@; cpp -I.. -I$(ROOT) -WWW -Uunix -P -H -C -V -LL "$(NOW)" $< $@; chmod a-w+r $@ all: index.html index.html: _index.html $(MAINPARTS) $(ACTION) --- NEW FILE: _index.html --- #include "_doctype.html" <html> <head> <title>libcurl for Eiffel</title> #include "css.t" </head> #define LIBCURL_EIFFEL #define CURL_URL libcurl/eiffel #include "_menu.html" #include "setup.t" WHERE2(libcurl, "/libcurl/", libcurl Eiffel Binding) <a name=top> TITLE(accessing libcurl from Eiffel) <p> Eiffel bindings to libcurl. <p><b>Download</b><br> Please download it with SVN from <a href="https://svn.origo.ethz.ch/eiffelstudio/trunk/Src/library/cURL">https://svn.origo.ethz.ch/eiffelstudio/trunk/Src/library/cURL</a> <p><b>Install</b><br> Before using cURL Eiffel binding, you need to compile cURL C library in cURL's Clib folder. The command is: <p> finish_freezing -library <p><b>Credits</b><br> Written by Effel Software <p><b>What is Eiffel?</b><br> You'll find more info about Eiffel here: <a href="http://www.eiffel.com/">www.eiffel.com</a> #include "_footer.html" </body> </html>