Difference between revisions of "XDev Toolkit"

From Lazarus wiki
Jump to navigationJump to search
(category)
(→‎Download: and URL for browsing the source code repository)
Line 17: Line 17:
 
   http://web.me.com/macpgmr/XDev/XDevStatus.html
 
   http://web.me.com/macpgmr/XDev/XDevStatus.html
  
=== Download ===
+
=== Download and browse the source code ===
  
You can also download the source using Subversion:
+
You can also download the source code using Subversion:
  
 
   svn co http://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/xdev_toolkit [local dir]
 
   svn co http://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/xdev_toolkit [local dir]
 +
 +
or browse the source code repository online:
 +
 +
  http://lazarus-ccr.svn.sourceforge.net/viewvc/lazarus-ccr/components/xdev_toolkit/
  
 
=== License ===
 
=== License ===

Revision as of 14:21, 18 July 2012

macOSlogo.png

This article applies to macOS only.

See also: Multiplatform Programming Guide

English (en) 日本語 (ja) português (pt)

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

More Information

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

 http://web.me.com/macpgmr/XDev/XDevStatus.html

Download and browse the source code

You can also download the source code using Subversion:

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

or browse the source code repository online:

 http://lazarus-ccr.svn.sourceforge.net/viewvc/lazarus-ccr/components/xdev_toolkit/

License

Modified LGPL