bagder: curl-www/libcurl/dotnet Makefile, NONE, 1.1 _index.html, NONE, 1.1

[email protected]
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www/libcurl/dotnet
In directory labb.contactor.se:/var/tmp/cvs-serv8762/dotnet

Added Files:
	Makefile _index.html 
Log Message:
libcurl.NET


--- 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 .NET</title>
#include "css.t"
</head>

#define LIBCURL_DOTNET
#define CURL_URL libcurl/dotnet

#include "_menu.html"
#include "setup.t"

WHERE2(libcurl, "/libcurl/", libcurl .NET Binding)

<a name=top>
TITLE(accessing libcurl from .NET)
<p>
 .NET bindings to libcurl.

<p><b>Download</b><br>
<a href="http://www.seasideresearch.com/downloads.html">www.seasideresearch.com/downloads.html</a>

<p><b>Credits</b><br>
 Written by Jeff Phillips.

<p><b>What is .NET?</b><br>
You'll find more info about .NET here: <a
href="http://www.microsoft.com/net/">www.microsoft.com/net</a>

#include "_footer.html"

</body>
</html>

_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.