Difference between revisions of "XDev Toolkit"

From Lazarus wiki
Jump to navigationJump to search
(First cut at barebones wiki page for XDev.)
 
(Added Subversion instructions.)
Line 14: Line 14:
  
 
   http://web.fastermac.net/~MacPgmr/XDev/XDevStatus.html
 
   http://web.fastermac.net/~MacPgmr/XDev/XDevStatus.html
 +
 +
=== Download ===
 +
 +
You can also download the source using Subversion:
 +
 +
  svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/xdev_toolkit [local dir]
  
 
=== License ===
 
=== License ===
  
 
Modified LGPL
 
Modified LGPL

Revision as of 22:01, 8 June 2007

About

The XDev Toolkit is a set of utilities for cross-platform development with Lazarus and Free Pascal. Included is the source code for the following console apps and units:

  • MakePasX & DfmToLfm: Delphi converters
  • MakeVer: Create a version info file
  • CvtHelp & HelpUtil: Convert WinHelp RTF to HTML
  • OS X scripts: Create an app bundle
  • RtfDoc & ViewDoc: RTF document creation and viewing

Download

Installation instructions and a .zip of the source files are available at the XDev Toolkit home page:

 http://web.fastermac.net/~MacPgmr/XDev/XDevStatus.html

Download

You can also download the source using Subversion:

 svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/xdev_toolkit [local dir]

License

Modified LGPL