blob: b2806bc4bc866bf10e22fe89cce5e7c8347b0298 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Icon Documentation</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="istyle.css">
<LINK REL="SHORTCUT ICON" HREF="shortcut.gif">
</HEAD>
<BODY>
<P><A HREF="http://www.cs.arizona.edu/icon/"> <IMG SRC="wwwcube.gif"
ALT="[Icon home]" WIDTH=128 HEIGHT=144 BORDER=0 ALIGN=RIGHT> </A>
<H1>Icon Documentation</H1>
<P> <A HREF=docguide.htm> Documentation guide </A>
<P> The <A href="icon.txt"><CODE>icon</CODE></A>
and <A href="icont.txt"><CODE>icont</CODE></A> commands
<P> <A HREF=relnotes.htm> Release notes </A>
<P> <A HREF=macintosh.htm> Icon on Macintosh </A>
<P> <A HREF=cygwin.htm> Icon on Cygwin </A>
<P> <A HREF=faq.htm> Frequently asked questions </A>
<P> <A HREF=install.htm>Installation instructions (for binary releases) </A>
<P> <A HREF=build.htm> Build instructions (for source releases) </A>
<P> <A HREF=files.htm> File organization </A>
<P> <A HREF=port.htm> Porting instructions </A>
<P> <A HREF=cfuncs.htm> Loading C functions dynamically</A>
<P> <A HREF=extlvals.htm> External values</A>
<P> <HR>
</BODY>
</HTML>
|