diff options
author | Jacek Antonelli | 2008-09-19 18:51:27 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-19 18:51:27 -0500 |
commit | 1192eebda081091433b4f7b5b7ea0861e9bba322 (patch) | |
tree | 9f289cacabfdbf25dd2f42f7efc97574b4f39bc3 /ChangeLog.txt | |
parent | VWR-2865: New SConstruct flag to (not) make tarball after compiling. (diff) | |
download | meta-impy-1192eebda081091433b4f7b5b7ea0861e9bba322.zip meta-impy-1192eebda081091433b4f7b5b7ea0861e9bba322.tar.gz meta-impy-1192eebda081091433b4f7b5b7ea0861e9bba322.tar.bz2 meta-impy-1192eebda081091433b4f7b5b7ea0861e9bba322.tar.xz |
New optional SConstruct flag to specify an exact path to build
directory: BUILD_DIR. For convenience until we switch to CMake.
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index a9b9ec6..31bfe4a 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,6 +1,10 @@ | |||
1 | 2008-09-19 Jacek Antonelli <jacek.antonelli@gmail.com> | 1 | 2008-09-19 Jacek Antonelli <jacek.antonelli@gmail.com> |
2 | 2 | ||
3 | * linden/indra/SConstruct: | 3 | * linden/indra/SConstruct: |
4 | New optional SConstruct flag to specify an exact path to build | ||
5 | directory: BUILD_DIR. For convenience until we switch to CMake. | ||
6 | |||
7 | * linden/indra/SConstruct: | ||
4 | VWR-2865: New SConstruct flag to (not) make tarball after compiling. | 8 | VWR-2865: New SConstruct flag to (not) make tarball after compiling. |
5 | For convenience until we switch to CMake. | 9 | For convenience until we switch to CMake. |
6 | * linden/indra/newview/viewer_manifest.py: | 10 | * linden/indra/newview/viewer_manifest.py: |