From: Dirk B. <db...@us...> - 2008-04-30 15:51:19
|
Update of /cvsroot/win32forth/win32forth/src/tools In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv5706/src/tools Modified Files: DexH-CreateDocs.f Log Message: - New classes "Ext-WinDC", "Bitmap-DC" and "Timer-Window" added- - Updated the WinClock-Demo to work with the new classes Index: DexH-CreateDocs.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/tools/DexH-CreateDocs.f,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** DexH-CreateDocs.f 13 Jun 2007 13:46:11 -0000 1.20 --- DexH-CreateDocs.f 30 Apr 2008 15:51:09 -0000 1.21 *************** *** 30,33 **** --- 30,34 ---- s" src\window.f" create-doc s" src\lib\TrayWindow.f" create-doc + s" src\lib\TimerWindow.f" create-doc s" src\childwnd.f" create-doc s" src\dialog.f" create-doc *************** *** 70,73 **** --- 71,76 ---- s" src\lib\file.f" create-doc s" src\lib\SQLite.F" create-doc + s" src\lib\ExtDC.F" create-doc + s" src\lib\BitmapDC.F" create-doc \ \ ADO |