Mercurial > hg > index.cgi
comparison docs/readme-4.0.txt @ 0:2c24602be78f
Initial import from lwtools 3.0.1 version, with new hand built build system and file reorganization
author | lost@l-w.ca |
---|---|
date | Wed, 19 Jan 2011 22:27:17 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:2c24602be78f |
---|---|
1 With LWTOOLS 4.0, a substantial reorganization of the project has occurred. | |
2 This document serves to explain the reasoning behind the various changes. | |
3 | |
4 The most obvious change is that the gnu auto tools have been eliminated. | |
5 While they proved useful for initial distribution of the software, | |
6 particularly for construction of the win32 binaries, they have since proved | |
7 to add an unacceptable level of complexity to every aspect of development | |
8 from merely tinkering with source files to doing complete releases. Thus, | |
9 the auto tools have been ditched in favour of specific hand tuned help where | |
10 required. | |
11 | |
12 The other substantial change is that the source code repository has been | |
13 recreated from scratch. The old repository was full of cruft from various | |
14 revision control systems that were used over the years (CVS, Subversion, and | |
15 Mercurial). It was felt that starting a new Mercurial repository with a | |
16 completely clean slate would simplify matters substantially. Thus, the old | |
17 repository now serves as an archive. |