Update of /cvsroot/smartwin/SmartWin
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv25149
Modified Files:
ReadMe.txt
Log Message:
Add reference to compiler specific info in doxygen\html
Index: ReadMe.txt
===================================================================
RCS file: /cvsroot/smartwin/SmartWin/ReadMe.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- ReadMe.txt 22 Dec 2005 19:43:01 -0000 1.13
+++ ReadMe.txt 16 Jan 2007 14:25:29 -0000 1.14
@@ -23,7 +23,9 @@
include directory path in which the SmartWin.h file resides and also add the library
directory path where SmartWin.lib/SmartWin.a is found. Consult your compiler
documentation or go to http://smartwin.sourceforge.net/ to find out how to do this
- for the most commonly-used compilers.
+ for the most commonly-used compilers. There is also compiler specific documentation
+ in the doxygenIn\html directory.
+
- Licensing
The license for using SmartWin++ is in the same folder as this ReadMe file and
@@ -87,6 +89,7 @@
The doxygenIn directory holds extra images and html files used to produce the Doxygen documentation.
The doxygenOut\doc directory holds the output of the generation of Doxygen documentation.
+ See the doxygenIn\Readme.txt for instructions.
The lib directory gets the .lib or .o files after the source is compiled and linked.
|