From ce3d5849f8c6198dec9b2ceda4331b78c1635d33 Mon Sep 17 00:00:00 2001 From: macpgmr Date: Sat, 24 May 2014 20:44:08 +0000 Subject: [PATCH] Added filelist.txt file. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3094 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/xdev_toolkit/filelist.txt | 34 ++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 components/xdev_toolkit/filelist.txt diff --git a/components/xdev_toolkit/filelist.txt b/components/xdev_toolkit/filelist.txt new file mode 100644 index 000000000..3e4c3feb2 --- /dev/null +++ b/components/xdev_toolkit/filelist.txt @@ -0,0 +1,34 @@ +XDev Toolkit File List +---------------------- + +filelist.txt This file. + +XDevStatus.html Notes on installation, usage, etc. + +dfmtolfm.pas Converts Delphi .dfm file to Lazarus .lfm file, + with optional font substitution to prettify Mac app. +dfmtolfm.ini Configuration settings for dfmtolfm. + +makepasx.pas Attempts to make Delphi form code file or project file + cross-platform. + +makever.pas Makes INI-style version file from Delphi .dof file. + +CvtHelp.pas Converts WinHelp .rtf/.hpj files to HTML file for use + with OS X and Linux. + +HelpUtil.pas Isolates platform-specific help access for Lazarus LCL. + +ViewDoc.pas Functions for viewing documents with a word processor. +ViewWith.pas Test program for ViewDoc unit. + +RtfDoc.pas Class for creating an RTF document. +TestRtfDoc.pas Test program for RtfDoc unit. + +Mac-only files +-------------- +create_app_mac.sh Script file that creates an app bundle on OS X. + +CFHelpers.pas Core Foundation framework-based string helper routines. +PropListUtil.pas Class for working with property list. +PrefsUtil.pas Class for working with application preferences.