bagder: curl-www/libcurl/foxpro Makefile, NONE, 1.1 _index.html, NONE, 1.1
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/libcurl/foxpro In directory labb:/tmp/cvs-serv18497/foxpro Added Files: Makefile _index.html Log Message: Visual FoxPro 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 Visual FoxPro</title> #include "css.t" </head> #define LIBCURL_FOXPRO #define CURL_URL libcurl/foxpro #include "_menu.html" #include "setup.t" WHERE2(libcurl, "/libcurl/", libcurl Visual FoxPro Binding) <a name=top> TITLE(accessing libcurl from Visual FoxPro) <p> Visual FoxPro bindings to libcurl. <p><b>How to Install</b></br> Documentation is included in the binding archive. <p><b>Examples</b><br> Examples are included in the binding archive. <p><b>Binding documentation</b><br> Documentation is included in the binding archive. <p><b>Download</b><br> <a href="http://www.ctl32.com.ar/libcurl.asp">http://www.ctl32.com.ar/libcurl.asp</a> <p><b>Credits</b><br> Written by ... <p><b>What is Visual FoxPro?</b><br> You'll find more info about Visual FoxPro here: <a href="http://en.wikipedia.org/wiki/Visual_FoxPro">http://en.wikipedia.org/wiki/Visual_FoxPro</a>. #include "_footer.html" </body> </html>