summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CIDLC/README.html
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/CIDLC/README.html')
-rw-r--r--TAO/CIAO/CIDLC/README.html75
1 files changed, 0 insertions, 75 deletions
diff --git a/TAO/CIAO/CIDLC/README.html b/TAO/CIAO/CIDLC/README.html
deleted file mode 100644
index 0561c7afa1c..00000000000
--- a/TAO/CIAO/CIDLC/README.html
+++ /dev/null
@@ -1,75 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<!--
-
-file : CIDCL/readme.html
-author : Boris Kolpackov <boris@dre.vanderbilt.edu>
-cvs-id : $Id$
--->
-
-<html>
-
-<head>
-
- <title>CIAO CIDL compiler README</title>
-
- <meta name="author" content="Boris Kolpackov"/>
- <meta name="description" content="CIAO CIDL compiler README"/>
- <meta http-equiv="Content-Language" content="en"/>
-
- <style type="text/css">
- body {
- font-family : sans-serif;
-
- color : black;
- background : white;
-
- max-width : 40em;
- padding : 2em 2em 2em 3em;
- margin : 0 0 0 0;
- }
-
- h1, h2, h3, h4, h5, h6 {
- font-family : sans-serif;
- font-weight : 500;
- }
-
- h1 { font-size : 170%; }
- h2 { font-size : 125%; }
-
- ul.toc li {
- padding : .4em 0em 0em 0em;
- }
-
- ol.multiline li {
- padding-top : 0.6em;
- padding-bottom : 0.6em;
- }
-
- </style>
-
-</head>
-
-<body>
-<p>
-The C++ source files in this directory are compiled into the
-code generators and driver for the CIAO CIDL compiler. CORBA
-Compiler Framework (CCF) provides the front-end for the compiler.</p>
-
-<p><a href="http://www.dre.vanderbilt.edu/cidlc/binary/">Pre-built binary
-executables of CIDL compiler</a> are available for different platforms.</p>
-
-<p>To build CIDL compiler you will need to compile CCF libraries
-first. Please refer to <a href="../CCF/Documentation/Build.html">
-instructions for building CCF libraries</a>.</p>
-
-<p>After you have CCF libraries compiled you can build CIDL compiler
-with makefiles on UNIX</p>
-
-<code> $ make -f Makefile.alt</code>
-
-<p>or by using VC 7.1 project on Windows.</p>
-
-</body>
-</html>