descriptionA simple text editor shipped with LilyPond on Windows
homepage URLhttp://www.lilypond.org/
repository URLhttps://github.com/pnorcks/lilypad-windows.git
ownerpnorcks@gmail.com
last changeSun, 11 Jul 2010 04:35:20 +0000 (10 21:35 -0700)
last refreshSat, 26 Mar 2016 02:14:52 +0000 (26 03:14 +0100)
content tags
add:
README
This is a simple text editing application, called LilyPad, that is
shipped with the LilyPond Windows installers.  It is written in C
using the Windows API, and is a "fork" of the Wine Notepad,
extracted from Wine's CVS repo on 2005-05-15.

Follow these steps to build LilyPad from this repo:

* Run

    ./autogen.sh

* Create a tarball of the source (FIXME: need a `dist' target)

* Modify the LilyPad GUB (http://lilypond.org/gub) spec to
prepare for cross compilation.  The spec is currently located in
gub/specs/lilypad.py.  For example, assign the path of the tarball
to the source variable:

    source = 'file:///home/user/lilypad-0.0.something.tar.bz2'

* Build (and install) LilyPad:

    bin/gub mingw::lilypad

* You'll find LilyPad here:

    $ ls target/mingw/root/usr/bin | grep lilypad
    lilypad-ascii.exe
    lilypad.exe
shortlog
2010-07-11 Patrick McCartyInitial revision of the About dialog.master
2010-07-11 Patrick McCartyAdd a sunken border around the bitmap.
2010-07-11 Patrick McCartyAdd a new dialog box skeleton for `About LilyPad'.
2010-07-11 Patrick McCartyAdd new bitmap for About page.
2010-07-11 Patrick McCartyDefine new constant.
2010-07-11 Patrick McCartyBugfix for page setup dialog.
2010-07-08 Patrick McCartyBump version.
2010-07-08 Patrick McCartyTrack Automake scripts in the repo.release/0.0.8
2010-07-08 Patrick McCartyCheck for mingw32-windres in configure.in.
2010-07-08 Patrick McCartyRemove obsolete entries from configure.
2010-07-08 Patrick McCartyResolve compiler warning.
2010-07-08 Patrick McCartyRemove unused function.
2010-07-08 Patrick McCartyConvert Japanese resources to UTF-8.
2010-07-06 Patrick McCartyUse `Courier New' as the default monospace font.
2010-07-06 Patrick McCartyImport Help menu changes.
2010-07-06 Patrick McCartyBugfix from Wine repo.
...
tags
13 years ago release/0.0.8
18 years ago release/0.0.7
18 years ago release/0.0.6
18 years ago release/0.0.5
18 years ago release/0.0.4
18 years ago release/0.0.3
18 years ago release/0.0.2
18 years ago release/0.0.1
heads
13 years ago master