bagder: curl-www/libcurl/vb 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/vb In directory labb:/tmp/cvs-serv16400/vb Added Files: Makefile _index.html Log Message: Jeff Phillips brings the VB 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 Basic 6 and Office VBA</title> #include "css.t" </head> #define LIBCURL_VB #define CURL_URL libcurl/vb #include "_menu.html" #include "setup.t" WHERE2(libcurl, "/libcurl/", Visual Basic 6 and Office VBA Binding) <a name=top> TITLE(accessing libcurl from Visual Basic 6 and Office VBA) <p> Visual Basic 6 and Office VBA bindings to libcurl. <p><b>Download</b><br> <a href="http://sourceforge.net/projects/libcurl-vb/">sourceforge.net/projects/libcurl-vb</a> <p><b>Credits</b><br> Written by Jeff Phillips. <p><b>What is Visual Basic?</b><br> You'll find more info about Visual Basic here: <a href="http://msdn.microsoft.com/vbasic/">msdn.microsoft.com/vbasic/</a> #include "_footer.html" </body> </html> _______________________________________________ http://cool.haxx.se/mailman/listinfo/curl-www-commits