summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
blob: 23a7da7bd16dd3ed199845acdfdc3a5b093383b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Copyright (c) 2001 Steven Knight
# __FILE__ __REVISION__ __DATE__ __DEVELOPER__


                 SCons - a software construction tool

                            Change Log



RELEASE 0.02 - 

  - Fixed the version comment in the scons.bat (the UNIX geek used
    # instead of @rem).

  - Added support for the Install method (courtesy Charles Crain).

  - Added support for the BuildDir method (courtesy Charles Crain).

  - Added the Export method (courtesy Charles Crain).

  - Documented CXXFLAGS, CXXCOM, and CPPPATH (courtesy Anthony Roach).

  - Fixed SCONS_LIB_DIR to work as documented (courtesy Anthony Roach).



RELEASE 0.01 - Thu Dec 13 19:25:23 CST 2001

A brief overview of important functionality available in release 0.01:

  - C and C++ compilation on POSIX and Windows NT.

  - Automatic scanning of C/C++ source files for #include dependencies.

  - Support for building libraries; setting construction variables
    allows creation of shared libraries.

  - Library and C preprocessor search paths.

  - File changes detected using MD5 signatures.

  - User-definable Builder objects for building files.

  - User-definable Scanner objects for scanning for dependencies.

  - Parallel build (-j) support.

  - Dependency cycles detected.

  - Linux packages available in RPM and Debian format.

  - Windows installer available.