1
0
mirror of synced 2024-09-16 16:46:09 +00:00
Go to file
Mark van Renswoude 84de63ea1e Fixed: X2UtHandCursor.RES missing
Fixed: osUnknown moved to the end of the enum to prevent checks like ">= osWin2K" failing for future Operating Systems
2004-07-09 11:56:01 +00:00
Docs Added: preliminary DocBook documentation and paged- and single-HTML conversions 2004-06-23 19:44:16 +00:00
Test Added: generic settings classes 2004-06-08 15:02:57 +00:00
X2UtApp.pas Added: build flags for App.Version (Debug, Prerelease, Special, Private) 2004-06-23 17:04:06 +00:00
X2UtCompilerVersion.inc Added: class documentation 2004-06-06 21:01:32 +00:00
X2UtHandCursor.cur Added: default Delphi hand cursor replacement 2004-06-07 10:47:14 +00:00
X2UtHandCursor.pas Added: VirtualTree utilities 2004-06-07 19:17:31 +00:00
X2UtHandCursor.rc Added: default Delphi hand cursor replacement 2004-06-07 10:47:14 +00:00
X2UtHandCursor.RES Fixed: X2UtHandCursor.RES missing 2004-07-09 11:56:01 +00:00
X2UtMisc.pas Added: InRange function 2004-06-08 19:58:59 +00:00
X2UtOS.pas Fixed: X2UtHandCursor.RES missing 2004-07-09 11:56:01 +00:00
X2UtSettings.pas Added: ValueExists method 2004-06-08 18:45:47 +00:00
X2UtSettingsForm.pas Added: InRange function 2004-06-08 19:58:59 +00:00
X2UtSettingsINI.pas Added: ValueExists method 2004-06-08 18:45:47 +00:00
X2UtSettingsRegistry.pas Fixed: Undefined result warning in ValueExists 2004-06-08 20:34:21 +00:00
X2UtSingleInstance.pas Added: VirtualTree utilities 2004-06-07 19:17:31 +00:00
X2UtStrings.pas Added: VirtualTree utilities 2004-06-07 19:17:31 +00:00
X2UtVirtualTree.pas Added: VirtualTree utilities 2004-06-07 19:17:31 +00:00

To build the documentation:

- Download the docBook XSL stylesheets from:
    http://docbook.sourceforge.net/projects/xsl/index.html

- Download XSLTProc, Windows version available at:
    http://www.zlatkovic.com/libxml.en.html

- Modify the XSL files and point the include directive
  to the path where you extracted the docBook files.

- Run compile-html-chunk.bat for the multi-page output or
  compile-html.bat for a single-page output.